Exercise 9 - Advanced Neural Networks
Step 1
Error:
AttributeError Traceback (most recent call last)
in
13 warnings.filterwarnings("ignore")
14 import tensorflow as tf
---> 15 session_conf = tf.ConfigProto(intra_op_parallelism_threads=1,inter_op_parallelism_threads=1)
16
17 from keras import backend as K
AttributeError: module 'tensorflow' has no attribute 'ConfigProto'
Attempted to resolve through reformatting of the command, nil success.
Any ideas or resolution gratefully received.
Exercise 9 - Advanced Neural Networks
Step 1
Error:
AttributeError Traceback (most recent call last)
in
13 warnings.filterwarnings("ignore")
14 import tensorflow as tf
---> 15 session_conf = tf.ConfigProto(intra_op_parallelism_threads=1,inter_op_parallelism_threads=1)
16
17 from keras import backend as K
AttributeError: module 'tensorflow' has no attribute 'ConfigProto'
Attempted to resolve through reformatting of the command, nil success.
Any ideas or resolution gratefully received.