forked from qnap-dev/container-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ai.json
110 lines (110 loc) · 4.79 KB
/
ai.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[
{
"description": "This is a photo recognition demo version generated using CAFFE deep learning framework.",
"repository": "dockerhub",
"arch": "amd64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_default.png",
"displayName": "CAFFE Demo - GPU",
"name": "qnapnas/caffedemo",
"version": "0.1beta-gpu",
"location": "https://hub.docker.com/r/qnapnas/caffedemo/",
"type": "ai",
"qcsVersion": "1.8"
},
{
"description": "CAFFE (Convolutional Architecture for Fast Feature Embedding) is a deep learning framework. This is official CAFFE image.",
"repository": "dockerhub",
"arch": "amd64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_default.png",
"displayName": "CAFFE - GPU",
"name": "bvlc/caffe",
"version": "gpu",
"location": "https://hub.docker.com/r/bvlc/caffe/",
"type": "ai",
"qcsVersion": "1.8"
},
{
"description": "CAFFE (Convolutional Architecture for Fast Feature Embedding) is a deep learning framework. This is official CAFFE image.",
"repository": "dockerhub",
"arch": "amd64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_default.png",
"displayName": "CAFFE - CPU",
"name": "bvlc/caffe",
"version": "cpu",
"location": "https://hub.docker.com/r/bvlc/caffe/",
"type": "ai",
"qcsVersion": "1.8"
},
{
"description": "Microsoft Cognitive Toolkit (CNTK) is an open source deep-learning toolkit.",
"repository": "dockerhub",
"arch": "amd64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_default.png",
"displayName": "CNTK - GPU",
"name": "microsoft/cntk",
"version": "2.3-gpu-python3.5-cuda8.0-cudnn6.0",
"location": "https://hub.docker.com/r/microsoft/cntk/",
"type": "ai",
"qcsVersion": "1.8"
},
{
"description": "Microsoft Cognitive Toolkit (CNTK) is an open source deep-learning toolkit.",
"repository": "dockerhub",
"arch": "amd64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_default.png",
"displayName": "CNTK - CPU",
"name": "microsoft/cntk",
"version": "2.3-cpu-python3.5",
"location": "https://hub.docker.com/r/microsoft/cntk/",
"type": "ai",
"qcsVersion": "1.8"
},
{
"description": "MXNet is a deep learning framework used to train and deploy deep neural networks. This is MXNet with the Python package.",
"repository": "dockerhub",
"arch": "amd64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_mxnet.png",
"displayName": "MXNet - GPU",
"name": "mxnet/python",
"version": "gpu_1.0.0",
"location": "https://hub.docker.com/r/mxnet/python/",
"type": "ai",
"qcsVersion": "1.8"
},
{
"description": "MXNet is a deep learning framework used to train and deploy deep neural networks. This is MXNet with the Python package.",
"repository": "dockerhub",
"arch": "amd64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_mxnet.png",
"displayName": "MXNet - CPU",
"name": "mxnet/python",
"version": "1.0.0",
"location": "https://hub.docker.com/r/mxnet/python/",
"type": "ai",
"qcsVersion": "1.8"
},
{
"description": "TensorFlow is an open-source software library for Machine Intelligence. This is official docker image for deep learning framework TensorFlow.",
"repository": "dockerhub",
"arch": "amd64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_tensorflow.png",
"displayName": "TensorFlow - GPU",
"name": "tensorflow/tensorflow",
"version": "1.4.1-gpu-py3",
"location": "https://hub.docker.com/r/tensorflow/tensorflow/",
"type": "ai",
"qcsVersion": "1.8"
},
{
"description": "TensorFlow is an open-source software library for Machine Intelligence. This is official docker image for deep learning framework TensorFlow.",
"repository": "dockerhub",
"arch": "amd64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/1.10/images/ai_tensorflow.png",
"displayName": "TensorFlow - CPU",
"name": "tensorflow/tensorflow",
"version": "1.4.1-py3",
"location": "https://hub.docker.com/r/tensorflow/tensorflow/",
"type": "ai",
"qcsVersion": "1.8"
}
]