I'm using dell laptop with GTX 960M, and i installed tensorflow 2.0 alpha. i used to use 1.5 version and it work with tf.GPUOptions, but in this version, this causes an error: AttributeError: module 'tensorflow' has no attribute 'GPUOptions'
someone help me if i do the thing wrong with this version
Traceback (most recent call last): File "prepare_training.py", line 20, in gpu_option = tf.GPUOptions(per_process_gpu_memory_fraction=0.333) AttributeError: module 'tensorflow' has no attribute 'GPUOptions'
tf.config.gpu.set_per_process_memory_fraction(FRAC)
– Croolman