• 授权协议:MIT
  • 开发厂商:-
  • 软件语言:Python
  • 更新日期:2017-11-01
Deepo

Deepo是一个Docker镜像,具有完全可重现的深度学习研究环境。它包含最受欢迎的深度学习框架:theano,tensorflow,sonnet,pytorch,keras,lasagne,mxnet,cntk,chainer,caffe,torch。

Deepo 包含深度学习框架的 Docker 镜像 项目简介

Deepo是一个Docker镜像,具有完全可重现的深度学习研究环境。 它包含最受欢迎的深度学习框架: theano, tensorflow, sonnet, pytorch, keras, lasagne, mxnet, cntk, chainer, caffe, torch。用法:tensorflow$ python>>> import tensorflow
>>> print(tensorflow.__name__, tensorflow.__version__)
tensorflow 1.3.0pytorch$ python>>> import torch
>>> print(torch.__name__, torch.__version__)
torch 0.2.0_3sonnet$ python>>> import sonnet
>>> print(sonnet.__name__, sonnet.__path__)
sonnet ['/usr/local/lib/python3.5/dist-packages/sonnet']和类似解决方案的对比:

Deepo 包含深度学习框架的 Docker 镜像 评论内容