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
D:\Salient_Object_Detection>python inference.py --rgb_folder=./test
Traceback (most recent call last):
File "inference.py", line 65, in
main(parse_arguments(sys.argv[1:]))
File "inference.py", line 19, in main
gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction = args.gpu_fraction)
AttributeError: module 'tensorflow' has no attribute 'GPUOptions'
Can you help me?
The text was updated successfully, but these errors were encountered:
D:\Salient_Object_Detection>python inference.py --rgb_folder=./test Traceback (most recent call last): File "inference.py", line 65, in main(parse_arguments(sys.argv[1:])) File "inference.py", line 19, in main gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction = args.gpu_fraction) AttributeError: module 'tensorflow' has no attribute 'GPUOptions'
When I tried running this code I got this error.
D:\Salient_Object_Detection>python inference.py --rgb_folder=./test
Traceback (most recent call last):
File "inference.py", line 65, in
main(parse_arguments(sys.argv[1:]))
File "inference.py", line 19, in main
gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction = args.gpu_fraction)
AttributeError: module 'tensorflow' has no attribute 'GPUOptions'
Can you help me?
The text was updated successfully, but these errors were encountered: