File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1- set USER = Dzenan
2- set PROJECT = multic_segment
3- set BASEDIR = M:/Histo/Work
41set DATADIR = M:/Histo/TrainSmall
52set MODELDIR = M:/Histo/Work
63set CONTAINER = dzenanz/compreps:hpg_training
74set CUDA_LAUNCH_BLOCKING = 1
85docker run -a STDIN -a STDOUT -a STDERR --gpus=all -v M:/Histo/Multi-Compartment-Segmentation/:/exec/ -v %DATADIR% /:/data -v %MODELDIR% /:/model/ --entrypoint python3 %CONTAINER% /exec/multic/segmentationschool/segmentation_school.py --option train --base_dir /model --init_modelfile /model/model_0214999.pth --training_data_dir /data --train_steps 1000 --eval_period 250 --num_workers 0
9- GOTO :EOF
106
11- REM Interactive debugging:
12- docker run -it --gpus=all -v M:/Histo/Multi-Compartment-Segmentation/:/exec/ -v %DATADIR% /:/data -v %MODELDIR% /:/model/ --entrypoint /bin/bash %CONTAINER%
13- python3 /exec/multic/segmentationschool/segmentation_school.py --option train --base_dir /model --init_modelfile /model/model_0214999.pth --training_data_dir /data --train_steps 1000 --eval_period 250 --num_workers 0
You can’t perform that action at this time.
0 commit comments