akionakamura / pr-tensorboard-keras-example

Example code using PR Curve TensorBoard plugin with Keras
GNU General Public License v3.0
20 stars 7 forks source link

Library version #5

Open pengfei123xiao opened 5 years ago

pengfei123xiao commented 5 years ago

Hi sir,

I am copying your codes into my own project. Could you please share your python library version about this example code? Since I've met some problems like:

  1. AttributeError: 'PRTensorBoard' object has no attribute 'on_train_batch_begin'
  2. AttributeError: 'Model' object has no attribute '_feed_outputs'

Thank you so much.

akionakamura commented 5 years ago

Hi! The Pipfile at the root shows you the required version. I believe newer versions has indeed changed some stuff.

pengfei123xiao commented 5 years ago

Got it. Thanks a lot!