File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ We will switch to our model, this will significantly save on inference time.
106106
1071071 . Install [ docker] ( https://docs.docker.com/engine/install/ )
1081082 . Run any terminal. It is required to get the prediction probability
109- 3 . Place a single CT scan in dicom-format into a folder
110- 4 . CPU: ` docker run -it --rm -v <path to a CT folder>:/app/perdict _______ ` (very slow: 10-15 mins)
111- 5 . GPU: ` docker run --gpus 'device=0' -it --rm -v <path to a CT folder>:/app/perdict _______ `
112- 7 . Final line in the container output is the probability of having cancer. (0 - cancer-free, 1 - positive)
109+ 4 . Place a single CT scan in dicom-format into a folder
110+ 5 . CPU: ` docker run -it --rm -v <path to a CT folder>:/app/perdict _______ ` (very slow: 10-15 mins)
111+ 6 . GPU: ` docker run --gpus 'device=0' -it --rm -v <path to a CT folder>:/app/perdict _______ `
112+ 7 . Final line in the container output is the probability of having cancer. (0 - cancer-free, 1 - positive)
113113
114114Container size is huge (~ 21 GB). It will take sometime to pull it from registry.
115115
You can’t perform that action at this time.
0 commit comments