anagainaru / medical_DNN

Study patterns for medical AI applications and possible optimizations for deployment on HPC systems
0 stars 0 forks source link

Check correcness #42

Closed anagainaru closed 2 years ago

anagainaru commented 2 years ago

For ADIOS

For Pytorch

anagainaru commented 2 years ago

The acceptable threshold for each model are:

0.5 MENNDL
0.42 VGG16
0.1 Inception

awk '{if ($3>0.5) print $0}' patch-level-lym.txt | wc -l

The path-level file has location probability x y prob [necrosis]

Use the dice coefficient

image