Skip to content
Snippets Groups Projects
Commit e5b84705 authored by Schiffer, Christian's avatar Schiffer, Christian
Browse files

Write argmax

parent 2903d4d1
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,5 @@ export ATLAS_ANNOTATION_DIR=`pwd`/annotations/
export ATLAS_ANNOTATION_FILE="B${BRAIN}_{slice:04d}_annotations.hdf5"
# Make prediction and run evaluation
srun --cpus-per-task 4 atlas dl predict `pwd` --verbose --output-spacing ${OUTPUT_SPACING} --overwrite
srun --cpus-per-task 4 atlas dl predict `pwd` --verbose --output-spacing ${OUTPUT_SPACING} --overwrite --save-argmax
srun --cpus-per-task 4 atlas dl evaluate `pwd` --verbose --embedded-pred-to-hdf5 --output-spacing ${OUTPUT_SPACING}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment