You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Simple tensor flow training - note no batch normalization

code: ex04_tf_train.py

  • Computation Graph - note with Graph at bottom
  • Explicitly creating variables
  • No Batch norm yet, using bias adds
  • Idea of session
  • Initializing variables

 

  • No labels