Logic2Text icon indicating copy to clipboard operation
Logic2Text copied to clipboard

AttributeError: module 'tensorflow' has no attribute 'variables_initialier'

Open shankyemcee opened this issue 3 years ago • 0 comments

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'

shankyemcee avatar Dec 29 '21 06:12 shankyemcee