Skip to content

Commit b1fc3f7

Browse files
Fix typos
1 parent eef3125 commit b1fc3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/legacy/sample/ilsvrc2012/single_stage/ghnd/custom_inception_v3_from_inception_v3.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ datasets:
1111
transform_params:
1212
- type: 'RandomResizedCrop'
1313
params:
14-
size: &input_size [224, 224]
14+
size: &input_size [299, 299]
1515
- type: 'RandomHorizontalFlip'
1616
params:
1717
p: 0.5
@@ -30,7 +30,7 @@ datasets:
3030
transform_params:
3131
- type: 'Resize'
3232
params:
33-
size: 256
33+
size: 327
3434
- type: 'CenterCrop'
3535
params:
3636
size: *input_size

0 commit comments

Comments
 (0)