-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31afb6f
commit de906b4
Showing
7 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
|
||
export PYTHONPATH=../../Train:${PYTHONPATH} | ||
# export CUDA_VISIBLE_DEVICES=0,1,2,3 | ||
export CUDA_VISIBLE_DEVICES=0,1,2,3 | ||
|
||
TIME=`date +%Y-%m-%d_%H-%M-%S` | ||
|
||
LOG="./$TIME.txt" | ||
|
||
python ../tools/train.py \ | ||
--dataroot datasets \ | ||
--dataset_list taskonomy DIML_GANet DiverseDepth \ | ||
--backbone resnet50 \ | ||
--dataset_list taskonomy DiverseDepth HRWSI Holopix50k \ | ||
--batchsize 16 \ | ||
--base_lr 0.001 \ | ||
--use_tfboard \ | ||
--thread 4 \ | ||
--loss_mode _ssil_vnl_ranking_ \ | ||
--loss_mode _ranking-edge_pairwise-normal-regress-edge_msgil-normal_meanstd-tanh_pairwise-normal-regress-plane_ranking-edge-auxi_meanstd-tanh-auxi_ \ | ||
--epoch 50 \ | ||
--lr_scheduler_multiepochs 10 25 40 \ | ||
$1 2>&1 | tee $LOG | ||
--val_step 5000 \ | ||
--snapshot_iters 5000 \ | ||
--log_interval 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
|
||
# export PYTHONPATH=../../Train:${PYTHONPATH} | ||
export PYTHONPATH=../ | ||
# export CUDA_VISIBLE_DEVICES=0,1,2,3 | ||
export PYTHONPATH=../../Train:${PYTHONPATH} | ||
|
||
python ../tools/train.py \ | ||
--dataroot datasets \ | ||
--backbone resnet50 \ | ||
--dataset_list demo \ | ||
--batchsize 2 \ | ||
--base_lr 0.1 \ | ||
--base_lr 0.001 \ | ||
--use_tfboard \ | ||
--thread 4 \ | ||
--loss_mode _ranking-edge_pairwise-normal-regress-edge_msgil-normal_meanstd-tanh_pairwise-normal-regress-plane_ranking-edge-auxi_meanstd-tanh-auxi_ \ | ||
--epoch 100 \ | ||
--lr_scheduler_multiepochs 10 25 40 \ | ||
--output_dir output11111 \ | ||
--val_step 10 \ | ||
--snapshot_iters 10 \ | ||
--epoch 2 \ | ||
--lr_scheduler_multiepochs 1 \ | ||
--val_step 50 \ | ||
--snapshot_iters 50 \ | ||
--log_interval 5 | ||
|
||
# DiverseDepth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters