GDL_code icon indicating copy to clipboard operation
GDL_code copied to clipboard

using tensorflow2 branch getting error

Open dpthayer opened this issue 5 years ago • 2 comments

set_session` is not available when using TensorFlow 2.0

dpthayer avatar Dec 13 '19 18:12 dpthayer

02_03_deep_learning_conv_neural_network

dpthayer avatar Dec 13 '19 18:12 dpthayer

occurs when I try to configure Keras to use GPU device.

config = tf.ConfigProto( device_count = {'GPU': 1 , 'CPU': 8} )

dpthayer avatar Dec 13 '19 18:12 dpthayer