We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2184e commit e69afd4Copy full SHA for e69afd4
configs/coco_scene_images_transformer.yaml
@@ -47,7 +47,8 @@ model:
47
data:
48
target: main.DataModuleFromConfig
49
params:
50
- batch_size: 24
+ batch_size: 6
51
+ num_workers: 12
52
train:
53
target: taming.data.annotated_objects_coco.AnnotatedObjectsCoco
54
@@ -62,7 +63,7 @@ data:
62
63
crop_method: random-1d
64
random_flip: true
65
use_group_parameter: true
- encode_crop: false
66
+ encode_crop: true
67
validation:
68
69
0 commit comments