Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangGongjie committed Mar 15, 2022
1 parent 021bf3c commit 755463f
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/r50_dc5_e12_8gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ python -m torch.distributed.launch \
--lr_drop 10 \
--output_dir ${EXP_DIR} \
2>&1 | tee ${EXP_DIR}/detailed_log.txt

1 change: 1 addition & 0 deletions scripts/r50_dc5_e50_8gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ python -m torch.distributed.launch \
--lr_drop 40 \
--output_dir ${EXP_DIR} \
2>&1 | tee ${EXP_DIR}/detailed_log.txt

1 change: 1 addition & 0 deletions scripts/r50_dc5_smca_e12_8gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ python -m torch.distributed.launch \
--lr_drop 10 \
--output_dir ${EXP_DIR} \
2>&1 | tee ${EXP_DIR}/detailed_log.txt

1 change: 1 addition & 0 deletions scripts/r50_dc5_smca_e50_8gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ python -m torch.distributed.launch \
--lr_drop 40 \
--output_dir ${EXP_DIR} \
2>&1 | tee ${EXP_DIR}/detailed_log.txt

1 change: 1 addition & 0 deletions scripts/r50_e12_4gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ python -m torch.distributed.launch \
--lr_drop 10 \
--output_dir ${EXP_DIR} \
2>&1 | tee ${EXP_DIR}/detailed_log.txt

2 changes: 2 additions & 0 deletions scripts/r50_e50_4gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ python -m torch.distributed.launch \
--lr_drop 40 \
--output_dir ${EXP_DIR} \
2>&1 | tee ${EXP_DIR}/detailed_log.txt


2 changes: 2 additions & 0 deletions scripts/r50_ms_smca_e12_8gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ python -m torch.distributed.launch \
--lr_drop 10 \
--output_dir ${EXP_DIR} \
2>&1 | tee ${EXP_DIR}/detailed_log.txt


2 changes: 2 additions & 0 deletions scripts/r50_ms_smca_e50_8gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ python -m torch.distributed.launch \
--lr_drop 40 \
--output_dir ${EXP_DIR} \
2>&1 | tee ${EXP_DIR}/detailed_log.txt


2 changes: 2 additions & 0 deletions scripts/r50_smca_e12_4gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ python -m torch.distributed.launch \
--lr_drop 10 \
--output_dir ${EXP_DIR} \
2>&1 | tee ${EXP_DIR}/detailed_log.txt


2 changes: 2 additions & 0 deletions scripts/r50_smca_e50_4gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ python -m torch.distributed.launch \
--lr_drop 40 \
--output_dir ${EXP_DIR} \
2>&1 | tee ${EXP_DIR}/detailed_log.txt


0 comments on commit 755463f

Please sign in to comment.