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

Fix issue 792 #800

Closed linmajia closed 4 years ago

linmajia commented 4 years ago

Fix issue https://github.com/microsoft/MMdnn/issues/792

  1. TensorFlow rename_DepthwiseConv2dNative() forgets to handle the bias.
  2. Ignore macOS .DS_Store files.