<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

浙公网安备 33010602011771号