GDL_code
GDL_code copied to clipboard
using tensorflow2 branch getting error
set_session` is not available when using TensorFlow 2.0
02_03_deep_learning_conv_neural_network
occurs when I try to configure Keras to use GPU device.
config = tf.ConfigProto( device_count = {'GPU': 1 , 'CPU': 8} )