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
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. Traceback (most recent call last): File "/Users/jgs/Projects/python/musegan/scripts/../src/train.py", line 348, in <module> main() File "/Users/jgs/Projects/python/musegan/scripts/../src/train.py", line 172, in main train_x, _ = load_training_data(params, config) File "/Users/jgs/Projects/python/musegan/scripts/../src/train.py", line 105, in load_training_data train_x, train_y = dataset.make_one_shot_iterator().get_next(), None AttributeError: 'PrefetchDataset' object has no attribute 'make_one_shot_iterator' (jupyter) bash-3.2$
I read this issue thread for Tensorflow. Maybe this script needs refactoring for current version of tensorflow? Or maybe I need to use an older version of Tensorflow? tensorflow/tensorflow#29252
The text was updated successfully, but these errors were encountered:
I get this error when running
/scripts/run_train.sh "./exp/my_experiment/" "0"
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. Traceback (most recent call last): File "/Users/jgs/Projects/python/musegan/scripts/../src/train.py", line 348, in <module> main() File "/Users/jgs/Projects/python/musegan/scripts/../src/train.py", line 172, in main train_x, _ = load_training_data(params, config) File "/Users/jgs/Projects/python/musegan/scripts/../src/train.py", line 105, in load_training_data train_x, train_y = dataset.make_one_shot_iterator().get_next(), None AttributeError: 'PrefetchDataset' object has no attribute 'make_one_shot_iterator' (jupyter) bash-3.2$
I read this issue thread for Tensorflow. Maybe this script needs refactoring for current version of tensorflow? Or maybe I need to use an older version of Tensorflow?
tensorflow/tensorflow#29252
The text was updated successfully, but these errors were encountered: