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
ValueError: Variable proj_w already exists, disallowed. Did you mean to set reuse=True in VarScope? Originally defined at:
File "D:\Anaconda\lib\site-packages\tensorflow\python\framework\ops.py", line 1228, in init
self._traceback = _extract_stack()
File "D:\Anaconda\lib\site-packages\tensorflow\python\framework\ops.py", line 2336, in create_op
original_op=self._default_original_op, op_def=op_def)
File "D:\Anaconda\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 768, in apply_op
op_def=op_def)
I am getting this error how to solve it
The text was updated successfully, but these errors were encountered:
File "C:/Users/test/Desktop/tensorflow_chatbot-master/tensorflow_chatbot-master/execute.py", line 216, in decode
gpu_options = tf.GPUoptions(per_process_gpu_memory_fraction=0.2)
AttributeError: module 'tensorflow' has no attribute 'GPUoptions'
I am getting the above error when i run the code u said
ValueError: Variable proj_w already exists, disallowed. Did you mean to set reuse=True in VarScope? Originally defined at:
File "D:\Anaconda\lib\site-packages\tensorflow\python\framework\ops.py", line 1228, in init
self._traceback = _extract_stack()
File "D:\Anaconda\lib\site-packages\tensorflow\python\framework\ops.py", line 2336, in create_op
original_op=self._default_original_op, op_def=op_def)
File "D:\Anaconda\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 768, in apply_op
op_def=op_def)
I am getting this error how to solve it
The text was updated successfully, but these errors were encountered: