[ab8281]: / brats_toolkit / config / gpu_dockers.json

Download this file

48 lines (47 with data), 1.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"mic-dkfz":{
"name":"mic-dkfz",
"author":"Fabian Isensee",
"fileformat":"gz-b17-f",
"runtime":"nvidia",
"id":"fabianisensee/isen2018",
"command":"python3.6 predict_patient.py",
"mountpoint":"/data"
},
"scan":{
"name":"scan",
"author":"Richard McKinley",
"fileformat":"b17-t1",
"runtime":"nvidia",
"id":"mckinleyscan/brats:v2",
"command":"python DeepSCAN_BRATS.py",
"mountpoint":"/data"
},
"xfeng":{
"name":"xfeng",
"author":"Xue Feng",
"fileformat":"gz-b17-f",
"runtime":"nvidia",
"id":"xf4j/brats18",
"command":"python /brats18/docker_run_survival.py",
"mountpoint":"/data"
},
"zyx_2019":{
"name":"zyx_2019",
"author":"yuanxing.zhao@nlpr.ia.ac.cn",
"fileformat":"gz-b18",
"runtime":"nvidia",
"id":"jiaocha/zyxbrats",
"command":" ",
"mountpoint":"/data"
},
"scan_2019":{
"name":"scan_2019",
"author":"Richard McKinley - richard.mckinley@gmail.com",
"fileformat":"gz-b18",
"runtime":"nvidia",
"id":"scan/brats2019",
"command":"python DeepSCAN_BRATS_2019.py",
"mountpoint":"/data"
}
}