Skip to content

Commit

Permalink
➕ Add Chainer and ONNX_chainer
Browse files Browse the repository at this point in the history
Chainer - A flexible deep learning framework. Currenly only CPU compute supported, GPU compute via CuPy will come later. Added Open Neural Network Exchange (ONNX) for cross-framework compatibility. Also pinned tornado to 5.1.1 as 6.0.0 was breaking some other packages.
  • Loading branch information
weiji14 committed Jan 9, 2019
1 parent 4dd92c8 commit e6a3066
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 127 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name = "pypi"

[packages]
black = "==18.9b0"
chainer = "==6.0.0b1"
comet-ml = "==1.0.42"
cython = "==0.29.2"
descartes = "==1.1.0"
Expand All @@ -18,6 +19,7 @@ livelossplot = "==0.2.3"
matplotlib = "==3.0.2"
netcdf4 = "==1.4.1"
numpy = "==1.14.5"
onnx_chainer = "==1.3.0a1"
packaging = "==18.0"
pandas = "==0.23.4"
pyproj = "==1.9.6"
Expand All @@ -30,6 +32,7 @@ shapely = "==1.7a1"
tensorflow = "==1.10.1"
tensorflow-gpu = "==1.10.1"
toolz = "==0.9.0"
tornado = "==5.1.1"
tqdm = "==4.28.1"

[dev-packages]
Expand Down
Loading

0 comments on commit e6a3066

Please sign in to comment.