From c0827513461bb6aa45871a9b3d6df790222149b4 Mon Sep 17 00:00:00 2001 From: noam Date: Mon, 29 Jul 2019 11:09:18 +0800 Subject: [PATCH] new resize params for test --- train_cityscapes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train_cityscapes.sh b/train_cityscapes.sh index 7a68cd4..5a48e18 100755 --- a/train_cityscapes.sh +++ b/train_cityscapes.sh @@ -1,2 +1,2 @@ CUDA_VISIBLE_DEVICES=0,1 python train_autodeeplab.py --batch-size 2 \ ---dataset cityscapes --checkname July22 --alpha_epoch 20 --filter_multiplier 8 \ No newline at end of file +--dataset cityscapes --checkname July29_newbetas_branch --alpha_epoch 20 --filter_multiplier 4 --resize 358 --crop_size 224 \ No newline at end of file