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
Traceback (most recent call last):
File "Main.py", line 377, in
main()
File "Main.py", line 360, in main
sess.run(tf.variables_initialier(var_list=seq2seq_var))
AttributeError: module 'tensorflow' has no attribute 'variables_initialier'
The text was updated successfully, but these errors were encountered:
Getting this error when running:
!CUDA_VISIBLE_DEVICES=0,1 python3.6 Main.py --mode train --root_path ../dataset --output_path ../gpt_models saved_model_path ../gpt_models
using python 3.6 and tensorflow 1.12
Traceback (most recent call last):
File "Main.py", line 377, in
main()
File "Main.py", line 360, in main
sess.run(tf.variables_initialier(var_list=seq2seq_var))
AttributeError: module 'tensorflow' has no attribute 'variables_initialier'
The text was updated successfully, but these errors were encountered: