<TensorFlow> Notes

1. Naming scopes and variable scopes

http://blog.csdn.net/jerr__y/article/details/60877873

 

2. TensorFlow variables are trainable by default, remember to set trainable=False for variables that should not be trained

 

3. tf.app.flags - TensorFlow built-in command line argument parsing (an alternative of argparse)

Basic usage: http://blog.csdn.net/lyc_yongcai/article/details/73456960

Implementation analysis & edge over argparse: http://blog.csdn.net/m0_37041325/article/details/77448971

posted @ 2017-07-26 20:16  m.Just  阅读(114)  评论(0)    收藏  举报