gadagashwini
gadagashwini
Hi @7NoteDancing, As warning says `WARNING:tensorflow:Compiled the loaded model, but the compiled metrics have yet to be built. `model.compile_metrics` will be empty until you train or evaluate the model.`. You...
Hi @7NoteDancing, I tried with Tf 2.9.1 on Ubuntu 20.04. I could able to successfully save and load the model, which is saved in .dat format. Thank you!
Hi @7NoteDancing, Can you share complete error log. Thank you!
HI @7NoteDancing, You need to use full path to variable, make sure path shouldn’t have `;` special character. Thank you!
Hi @7NoteDancing, I am unable to reproduce the reported issue. I could able to save and load model. Please find the gist [here](https://colab.research.google.com/drive/1LLAQHZyPe2HNQXJucFQ-VOGTJ_YD3ywA?usp=sharing). Thank you!
Hi @hans-ekbrand, Looks like issue with Python module. Could you try to install python3 module `request`. `pip3 install requests`. Thank you!
Hi @sepi83, Could you share the steps that you have followed to install Tensorflow Object detection api on MAC. Follow the steps mentioned in this [link](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2.md). Thank you!
HI @Lennyz1988, Could you create new issue by providing all the required details. Thank you!
Hi @cidzerda-unity, Tensorflow build need Developer Mode to be turned on. The command prompt must be “Run as Admin” for the bazel build. Build the TensorFlow C++ DLL with this...
Hi @cidzerda-unity, You need to install `MSYS2`. [Install MSYS2](https://www.msys2.org/) for the bin tools needed to build TensorFlow. Make sure all the pre-required software installed. Kindly follow the instructions mentioned [here](https://www.tensorflow.org/install/source_windows)....