Tensorflow Reference

Tensorflow Reference

January 29, 2021

  • tf.session initiates a tf graph object. Use global variable initializer with it
    - with tf.Session() as sess:
    sess.run(tf.global_variables_initializer())
    
  • ’tf.placeholder'
    • Inputs to be fed in
  • ’tf.variable'
    • Weights that change in graph