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
This commit is contained in:
Jeremy Reizenstein 2022-07-18 03:11:40 -07:00 committed by Facebook GitHub Bot
parent 9b2e570536
commit 67840f8320
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@ data_source_args:
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

View File

@ -7,6 +7,9 @@ data_source_args:
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