Skip to content

Commit

Permalink
try to update some packages (#638)
Browse files Browse the repository at this point in the history
some Mxnet and Keras tests timed out on Travis but passed locally.
  • Loading branch information
rainLiuplus authored Apr 15, 2019
1 parent 56275b6 commit 9073ba1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion mmdnn/conversion/cntk/cntk_emitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def emit_UpSampling2D(self, IR_node):


def emit_ConvTranspose(self, IR_node):
self.emit_Conv(IR_node)
return self.emit_Conv(IR_node)


def emit_yolo(self, IR_node):
Expand Down
14 changes: 7 additions & 7 deletions requirements/linux-py2.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
paddlepaddle==0.11.0
six==1.10.0
numpy==1.14.5
numpy==1.15.4
protobuf==3.6.1
pillow == 5.2.0
setuptools==39.1.0
tensorflow==1.9.0 #this pre-trained facenet model can not run on 1.10.0 version
keras==2.1.6
coremltools==0.8
mxnet==1.1.0.post0
cntk==2.5.1
tensorflow==1.13.1
keras==2.2.4
coremltools==2.1.0
mxnet==1.2.0
cntk==2.6
http://download.pytorch.org/whl/cpu/torch-0.4.0-cp27-cp27mu-linux_x86_64.whl
https://raw.githubusercontent.com/PaulaQin/pycaffe_packages/master/caffe-1.0-py2-none-any.whl
torchvision==0.2.1
onnx==1.2.1
onnx==1.4.1
onnx-tf==1.1.2
16 changes: 8 additions & 8 deletions requirements/linux-py3.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
six==1.10.0
numpy==1.14.5
numpy==1.15.4
protobuf==3.6.1
pillow == 5.2.0
setuptools==39.1.0
tensorflow==1.9.0 # this pre-trained facenet model can not run on 1.10.0 version
keras==2.1.6
coremltools==0.8
mxnet==1.1.0.post0
cntk==2.5.1
tensorflow==1.13.1
keras==2.2.4
coremltools==2.1.0
mxnet==1.2.0
cntk==2.6
http://download.pytorch.org/whl/cpu/torch-0.4.0-cp35-cp35m-linux_x86_64.whl
https://raw.githubusercontent.com/PaulaQin/pycaffe_packages/master/caffe-1.0-py3-none-any.whl
torchvision==0.2.1
onnx==1.2.1
onnx-tf==1.1.2
onnx==1.4.1
onnx-tf==1.2.1

0 comments on commit 9073ba1

Please sign in to comment.