mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 20:02:49 +08:00
Summary: Move dataset_args and dataloader_args from ExperimentConfig into a new member called datasource so that it can contain replaceables. Also add enum Task for task type. Reviewed By: shapovalov Differential Revision: D36201719 fbshipit-source-id: 47d6967bfea3b7b146b6bbd1572e0457c9365871
20 lines
263 B
YAML
20 lines
263 B
YAML
defaults:
|
|
- repro_singleseq_base
|
|
- _self_
|
|
data_source_args:
|
|
dataloader_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
|