"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "48eae6f4204dbdca26e6c1f0c8dc64caa0e48f08"
Commit 67840f83 authored by Jeremy Reizenstein's avatar Jeremy Reizenstein Committed by Facebook GitHub Bot
Browse files

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
parent 9b2e5705
...@@ -7,6 +7,9 @@ data_source_args: ...@@ -7,6 +7,9 @@ data_source_args:
dataset_length_train: 1000 dataset_length_train: 1000
dataset_length_val: 1 dataset_length_val: 1
num_workers: 8 num_workers: 8
train_conditioning_type: SAME
val_conditioning_type: SAME
test_conditioning_type: SAME
images_per_seq_options: images_per_seq_options:
- 2 - 2
- 3 - 3
......
...@@ -7,6 +7,9 @@ data_source_args: ...@@ -7,6 +7,9 @@ data_source_args:
dataset_length_train: 1000 dataset_length_train: 1000
dataset_length_val: 1 dataset_length_val: 1
num_workers: 8 num_workers: 8
train_conditioning_type: SAME
val_conditioning_type: SAME
test_conditioning_type: SAME
images_per_seq_options: images_per_seq_options:
- 2 - 2
- 3 - 3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment