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

How to add a build file? #839

Closed spe301 closed 4 years ago

spe301 commented 4 years ago

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.

linmajia commented 4 years ago

@spe301 , thank you very much for the feedback. I think you'd better ask TensorFlow developers.