Skip to main content
Ctrl+K

FKAT 0.1.1 documentation

Usage

  • Quickstart
  • Development

API

  • Entrypoints
  • actions
    • aws
      • batch
      • ec2
  • callbacks
    • cuda
    • debugging
    • gc
    • loggers
    • logging
    • monitoring
      • Crash Detector
      • dp
    • profiling
  • data
    • datasets
    • samplers
      • strategies
    • ShmDataLoader
    • ShardedDataLoader
  • schedule
    • base
    • mlflow
  • utils
    • aws
      • imds
    • boto3
    • config
    • cuda
      • xid
      • preflight
        • run
        • health_check
    • logging
    • mlflow
    • pandas
    • pdb
    • pool
    • profiler
    • pyarrow
    • rng
    • shm
  • .rst

samplers

Contents

  • SizedSampler
    • SizedSampler
  • DictBatchSampler
    • DictBatchSampler

samplers#

  • strategies

SizedSampler#

class fkat.data.samplers.SizedSampler(*args, **kwargs)[source]#

A Sampler with a known size.

DictBatchSampler#

class fkat.data.samplers.DictBatchSampler(strategy: SamplerStrategy, samplers: dict[str, fkat.data.samplers.sized.SizedSampler[list[int]]])[source]#

previous

datasets

next

strategies

Contents
  • SizedSampler
    • SizedSampler
  • DictBatchSampler
    • DictBatchSampler

© Copyright 2026, Amazon.com, Inc. or its affiliates. All Rights Reserved..