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'm trying to work with the branch dev-demo and following the exact same steps mentioned. Once I preprocess the data and run python -m basic.cli --mode train --noload --debug ,
I get the following error : File "/home/prat2/anaconda3/envs/tensorflow_gpuenv/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/prat2/anaconda3/envs/tensorflow_gpuenv/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/prat2/demo/bi-att-flow/basic/cli.py", line 112, in <module> tf.app.run() File "/home/prat2/anaconda3/envs/tensorflow_gpuenv/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "/home/prat2/demo/bi-att-flow/basic/cli.py", line 109, in main m(config) File "/home/prat2/demo/bi-att-flow/basic/main.py", line 24, in main _train(config) File "/home/prat2/demo/bi-att-flow/basic/main.py", line 67, in _train train_data = read_data(config, 'train', config.load, data_filter=data_filter) File "/home/prat2/demo/bi-att-flow/basic/read_data.py", line 176, in read_data mask.append(data_filter(each, shared)) UnboundLocalError: local variable 'shared' referenced before assignment
I was able to successfully train the model using dev branch but getting the above error for "dev-demo" . I'm working with tensorflow 1.4
Would appreciate any help with this.
The text was updated successfully, but these errors were encountered:
I'm trying to work with the branch dev-demo and following the exact same steps mentioned. Once I preprocess the data and run
python -m basic.cli --mode train --noload --debug
,I get the following error :
File "/home/prat2/anaconda3/envs/tensorflow_gpuenv/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/prat2/anaconda3/envs/tensorflow_gpuenv/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/prat2/demo/bi-att-flow/basic/cli.py", line 112, in <module> tf.app.run() File "/home/prat2/anaconda3/envs/tensorflow_gpuenv/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "/home/prat2/demo/bi-att-flow/basic/cli.py", line 109, in main m(config) File "/home/prat2/demo/bi-att-flow/basic/main.py", line 24, in main _train(config) File "/home/prat2/demo/bi-att-flow/basic/main.py", line 67, in _train train_data = read_data(config, 'train', config.load, data_filter=data_filter) File "/home/prat2/demo/bi-att-flow/basic/read_data.py", line 176, in read_data mask.append(data_filter(each, shared)) UnboundLocalError: local variable 'shared' referenced before assignment
I was able to successfully train the model using dev branch but getting the above error for "dev-demo" . I'm working with tensorflow 1.4
Would appreciate any help with this.
The text was updated successfully, but these errors were encountered: