multi-task-learning
multi-task-learning copied to clipboard
AttributeError: 'tuple' object has no attribute 'eval' in Tensorflow 1.0.1
hi, I have change the code to Tensorflow1.0.1. when I run the model has an error in "run_epoch" line 37,
AttributeError: 'tuple' object has no attribute 'eval'
how can I solve this problem? Thanks