pytorch3d/projects/implicitron_trainer/configs/repro_singleseq_wce_base.yaml
Jeremy Reizenstein 67840f8320 multiseq conditioning type
Summary: Add the conditioning types to the repro yaml files. In particular, this fixes test_conditioning_type.

Reviewed By: shapovalov

Differential Revision: D37914537

fbshipit-source-id: 621390f329d9da662d915eb3b7bc709206a20552
2022-07-18 03:11:40 -07:00

23 lines
418 B
YAML

defaults:
- repro_singleseq_base
- _self_
data_source_args:
data_loader_map_provider_SequenceDataLoaderMapProvider_args:
batch_size: 10
dataset_length_train: 1000
dataset_length_val: 1
num_workers: 8
train_conditioning_type: SAME
val_conditioning_type: SAME
test_conditioning_type: SAME
images_per_seq_options:
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10