tensorflow-eager-tutorials icon indicating copy to clipboard operation
tensorflow-eager-tutorials copied to clipboard

Simple tutorials for building neural networks with TensorFlow Eager mode.

Results 4 tensorflow-eager-tutorials issues
Sort by recently updated
recently updated
newest added

should be "Recall" , not "Accuracy"

Please note that eager execution is now officially included in the main module. So, no need for `import tensorflow.contrib.eager as tfe`. With that said, all occurences of `tfe` might need...

Hi, this me again. I have an question about __reg_loss__ . The total_loss should be equal to __reg_loss__ + softmax_loss ,but I do not know how to get __reg_loss__ ....