Logic2Text
Logic2Text copied to clipboard
AttributeError: module 'tensorflow' has no attribute 'variables_initialier'
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