From b2f52c283a9fac7a4ba7515f5abfe189ef1754fa Mon Sep 17 00:00:00 2001 From: "M. Shahid Jabbar" Date: Mon, 9 Jan 2023 17:25:00 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ccc83d..f5dc4c7 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ Automatic chest X-ray (CXR) disease classification has drawn increasing public a ### Train CUDA_VISIBLE_DEVICES=0,1 python train.py --lr 0.07 --batch_size 64 --epochs 15 --avg 0 --weight 1 --truncated 1 --image_size 224 --milestone 10,12 ### Test -CUDA_VISIBLE_DEVICES=0 test.py --lr 0.07 --batch_size 64 --avg 0 --weight 1 --truncated 1 --image_size 224 --tm 483607 \ No newline at end of file +CUDA_VISIBLE_DEVICES=0 python test.py --lr 0.07 --batch_size 64 --avg 0 --weight 1 --truncated 1 --image_size 224 --tm 483607