This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 218
/
ai.json
86 lines (86 loc) · 3.75 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
[
{
"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/2.0/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": "2.0"
},
{
"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/2.0/images/ai_default.png",
"displayName": "CAFFE - GPU",
"name": "bvlc/caffe",
"version": "gpu",
"location": "https://hub.docker.com/r/bvlc/caffe/",
"type": "ai",
"qcsVersion": "2.0"
},
{
"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/2.0/images/ai_default.png",
"displayName": "CNTK - GPU",
"name": "mcr.microsoft.com/cntk/release",
"version": "2.6-gpu-python3.5-cuda9.0-cudnn7.0",
"location": "https://hub.docker.com/r/microsoft/cntk/",
"type": "ai",
"qcsVersion": "2.0"
},
{
"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/2.0/images/ai_mxnet.png",
"displayName": "MXNet - GPU",
"name": "mxnet/python",
"version": "1.3.1_gpu_cu92_mkl_py3",
"location": "https://hub.docker.com/r/mxnet/python/",
"type": "ai",
"qcsVersion": "2.0"
},
{
"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/2.0/images/ai_tensorflow.png",
"displayName": "TensorFlow - GPU",
"name": "tensorflow/tensorflow",
"version": "1.13.1-gpu-py3",
"location": "https://hub.docker.com/r/tensorflow/tensorflow/",
"type": "ai",
"qcsVersion": "2.0"
},
{
"description": "PyTorch is a deep learning framework that puts Python first. It provides Tensors and Dynamic neural networks in Python with strong GPU acceleration.",
"repository": "dockerhub",
"arch": "amd64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/ai_default.png",
"displayName": "Pytorch - GPU",
"name": "pytorch/pytorch",
"version": "1.0.1-cuda10.0-cudnn7-devel",
"location": "https://hub.docker.com/r/pytorch/pytorch",
"type": "ai",
"qcsVersion": "2.0"
},
{
"description": "Chainer is a Python-based deep learning framework aiming at flexibility. This is official Chainer image.",
"repository": "dockerhub",
"arch": "amd64",
"icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/2.0/images/ai_default.png",
"displayName": "Chainer - GPU",
"name": "chainer/chainer",
"version": "v6.0.0b1",
"location": "https://hub.docker.com/r/chainer/chainer",
"type": "ai",
"qcsVersion": "2.0"
}
]