TensorFlow: Difference between revisions

Line 149: Line 149:
[https://stackoverflow.com/questions/48940155/tensorflow-is-there-a-way-to-store-the-training-loss-in-tf-estimator Reference]<br>
[https://stackoverflow.com/questions/48940155/tensorflow-is-there-a-way-to-store-the-training-loss-in-tf-estimator Reference]<br>
You can extract the training loss from the events file in tensorflow.
You can extract the training loss from the events file in tensorflow.
==Tensorflow Addons==
==Tensorflow Graphics==
<pre>
pip install tensorflow_graphics
</pre>
You may need to install a static openexr from [https://www.lfd.uci.edu/~gohlke/pythonlibs/#openexr https://www.lfd.uci.edu/~gohlke/pythonlibs/#openexr].