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.
Running scripts:
I tried to run bazel build -c opt //tensorflow/contrib/android:libtensorflow_inference.so
and I got the following error `ERROR: Skipping '//tensorflow/contrib/android:libtensorflow_inference.so': no such package 'tensorflow/contrib/android': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
C:/users/aacjp/tensorflow/tensorflow/contrib/android` I think this mean that I'm supposed to create an empty file of type file called build and put it in tensorflow/contrib/android. I am going to try this but I'm curious to see if anyone else had a similar problem and if so how they solved it.
Platform: win10
Python version: 3.7 (Anaconda)
Source framework: Tensorflow 2.0
Running scripts: I tried to run
bazel build -c opt //tensorflow/contrib/android:libtensorflow_inference.so
and I got the following error `ERROR: Skipping '//tensorflow/contrib/android:libtensorflow_inference.so': no such package 'tensorflow/contrib/android': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.