mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 20:02:49 +08:00
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:
parent
9b2e570536
commit
67840f8320
@ -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:
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user