.gitignore
.gitmodules
.nojekyll
LICENSE
README.md
ffcv-conda.yml
install.sh
mypy.ini
setup.py
./libffcv/libffcv.cpp
.github/workflows/main.yml
assets/clippy.png
assets/clippy.psd
assets/headline.svg
assets/logo.ai
assets/logo.png
assets/logo.svg
assets/logo.xcf
docker/Dockerfile
docs/.nojekyll
docs/Makefile
docs/api_reference.rst
docs/basics.rst
docs/benchmarks.rst
docs/bottleneck_doctor.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/make.bat
docs/making_dataloaders.rst
docs/parameter_tuning.rst
docs/performance_guide.rst
docs/quickstart.rst
docs/working_with_images.rst
docs/writing_datasets.rst
docs/_static/benchmark_results.svg
docs/_static/benchmarking_results.svg
docs/_static/benchmarking_results_t.svg
docs/_static/clippy-transparent-2.png
docs/_static/clippy-transparent.png
docs/_static/clippy.png
docs/_static/dataset_sizes.svg
docs/_static/headline.svg
docs/_static/perf_scatterplot.svg
docs/_static/slipstream.ttf
docs/_static/style.css
docs/api/decoders.rst
docs/api/fields.rst
docs/api/loader.rst
docs/api/transforms.rst
docs/api/writer.rst
docs/ffcv_examples/cifar10.rst
docs/ffcv_examples/custom_transforms.rst
docs/ffcv_examples/imagenet.rst
docs/ffcv_examples/linear_regression.rst
docs/ffcv_examples/transform_with_inds.rst
examples/cifar/default_config.yaml
examples/cifar/train_cifar.py
examples/cifar/train_cifar.sh
examples/cifar/write_datasets.py
examples/docs_examples/custom_transform.py
examples/docs_examples/linear_regression.py
examples/docs_examples/transform_with_inds.py
ffcv/.DS_Store
ffcv/__init__.py
ffcv/libffcv.py
ffcv/memory_allocator.py
ffcv/reader.py
ffcv/types.py
ffcv/utils.py
ffcv/writer.py
ffcv.egg-info/PKG-INFO
ffcv.egg-info/SOURCES.txt
ffcv.egg-info/dependency_links.txt
ffcv.egg-info/requires.txt
ffcv.egg-info/top_level.txt
ffcv/benchmarks/__init__.py
ffcv/benchmarks/__main__.py
ffcv/benchmarks/benchmark.py
ffcv/benchmarks/decorator.py
ffcv/benchmarks/suites/__init__.py
ffcv/benchmarks/suites/image_read.py
ffcv/benchmarks/suites/jpeg_decode.py
ffcv/benchmarks/suites/memory_read.py
ffcv/fields/__init__.py
ffcv/fields/base.py
ffcv/fields/basics.py
ffcv/fields/bytes.py
ffcv/fields/decoders.py
ffcv/fields/json.py
ffcv/fields/ndarray.py
ffcv/fields/rgb_image.py
ffcv/loader/__init__.py
ffcv/loader/epoch_iterator.py
ffcv/loader/loader.py
ffcv/memory_managers/__init__.py
ffcv/memory_managers/base.py
ffcv/memory_managers/common.py
ffcv/memory_managers/os_cache.py
ffcv/memory_managers/process_cache/__init__.py
ffcv/memory_managers/process_cache/context.py
ffcv/memory_managers/process_cache/manager.py
ffcv/memory_managers/process_cache/page_reader.py
ffcv/memory_managers/process_cache/schedule.py
ffcv/pipeline/__init__.py
ffcv/pipeline/allocation_query.py
ffcv/pipeline/compiler.py
ffcv/pipeline/graph.py
ffcv/pipeline/operation.py
ffcv/pipeline/pipeline.py
ffcv/pipeline/pipeline_spec.py
ffcv/pipeline/state.py
ffcv/transforms/__init__.py
ffcv/transforms/color_jitter.py
ffcv/transforms/common.py
ffcv/transforms/cutout.py
ffcv/transforms/flip.py
ffcv/transforms/mixup.py
ffcv/transforms/module.py
ffcv/transforms/normalize.py
ffcv/transforms/ops.py
ffcv/transforms/poisoning.py
ffcv/transforms/random_resized_crop.py
ffcv/transforms/replace_label.py
ffcv/transforms/translate.py
ffcv/transforms/utils/__init__.py
ffcv/transforms/utils/fast_crop.py
ffcv/traversal_order/__init__.py
ffcv/traversal_order/base.py
ffcv/traversal_order/quasi_random.py
ffcv/traversal_order/random.py
ffcv/traversal_order/sequential.py
libffcv/libffcv.cpp
test_data/pig.png
tests/test_array_field.py
tests/test_augmentations.py
tests/test_basic_pipeline.py
tests/test_cuda_nonblocking.py
tests/test_custom_field.py
tests/test_image_normalization.py
tests/test_image_pipeline.py
tests/test_image_read.py
tests/test_json_field.py
tests/test_loader_filter.py
tests/test_memcpy.py
tests/test_memory_allocation.py
tests/test_memory_leak.py
tests/test_memory_reader.py
tests/test_partial_batches.py
tests/test_partial_pipeline.py
tests/test_rrc.py
tests/test_traversal_orders.py
tests/test_webdataset.py
tests/test_writer.py