remove cropping
This commit is contained in:
@@ -13,7 +13,7 @@ data:
|
|||||||
num_workers: 10
|
num_workers: 10
|
||||||
pin_mem: true
|
pin_mem: true
|
||||||
crop_size: 224
|
crop_size: 224
|
||||||
crop_scale: [0.3, 1.0]
|
crop_scale: [1.0, 1.0]
|
||||||
use_random_resized_crop: false
|
use_random_resized_crop: false
|
||||||
use_horizontal_flip: false
|
use_horizontal_flip: false
|
||||||
use_color_distortion: false
|
use_color_distortion: false
|
||||||
@@ -45,5 +45,5 @@ validation:
|
|||||||
eval_every: 1
|
eval_every: 1
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
folder: experiment_logs/supervised-vith14.224-bs.128-ep.300-lp/
|
folder: experiment_logs/supervised-vith14.224-bs.128-ep.300-lp-0crop/
|
||||||
write_tag: linear_probe
|
write_tag: linear_probe
|
||||||
|
|||||||
Reference in New Issue
Block a user