microsoft / MMdnn

MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
MIT License
5.8k stars 965 forks source link

Upgrade Travis build environment to use Python 3.6 #811

Closed linmajia closed 4 years ago

linmajia commented 4 years ago
  1. Remove Python 2.7 since it has retired.
  2. Upgrade Python from 3.5 to 3.6
  3. Upgrade Ubuntu from 16.04 to 18.04
  4. Use Ubuntu built-in Caffe package.
linmajia commented 4 years ago

Done in PR https://github.com/microsoft/MMdnn/pull/812 .