You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed tensorflow-gpu 1.2.1 and cuda8.0. An error occurred in line 30 while **train_model.py** was running. Line 30 is **hps.override_from_dict(hps_dict)** and the error is **'HParams' object has no attribute 'override_from_dict'**. Thus, I‘ve tried some other versions of tensorflow, but the error still exists. Can you give me advice on how to solve this problem ?
Jack
The text was updated successfully, but these errors were encountered:
Hi Jack. I am afraid that this API, i.e., override_from_dict, is not available before the version of 1.5.0. In fact, I test the "train_model.py" over the version of 1.8.0. I would like to suggest that you need to update your TensorFlow up to r1.5.0. Hope this could help you solve this problem.
Hi, yoshall:
Jack
The text was updated successfully, but these errors were encountered: