Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to update some packages #638

Merged
merged 12 commits into from Apr 15, 2019
Merged
2 changes: 1 addition & 1 deletion mmdnn/conversion/cntk/cntk_emitter.py
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
@@ -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
@@ -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