mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 11:52:50 +08:00
Summary: replace dataloader_zoo with a pluggable DataLoaderMapProvider. Reviewed By: shapovalov Differential Revision: D36475441 fbshipit-source-id: d16abb190d876940434329928f2e3f2794a25416
20 lines
307 B
YAML
20 lines
307 B
YAML
defaults:
|
|
- repro_singleseq_base
|
|
- _self_
|
|
data_source_args:
|
|
data_loader_map_provider_SequenceDataLoaderMapProvider_args:
|
|
batch_size: 10
|
|
dataset_len: 1000
|
|
dataset_len_val: 1
|
|
num_workers: 8
|
|
images_per_seq_options:
|
|
- 2
|
|
- 3
|
|
- 4
|
|
- 5
|
|
- 6
|
|
- 7
|
|
- 8
|
|
- 9
|
|
- 10
|