Jump to content

TensorFlow: Difference between revisions

369 bytes added ,  30 November 2019
(One intermediate revision by the same user not shown)
Line 50: Line 50:


==Usage (TF1)==
==Usage (TF1)==
==Estimators==
[https://towardsdatascience.com/first-contact-with-tensorflow-estimator-69a5e072998d First Contact w/ TF Estimator (TDS)]<br>
===Training Statistics===
[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.