من به آخر برنامم وقتی دو خط زیر رو اضافه میکنم :
logs_path = '/tmp/tensorflow_logs/example/'
summary_writer = tf.summary.FileWriter(logs_path, graph=tf.get_default_graph())
این خطا رو میده:
WARNING:tensorflow:Error encountered when serializing summary_tags.
Type is unsupported, or the types of the items don't match field type in CollectionDef.
'dict' object has no attribute 'name'
WARNING:tensorflow:Error encountered when serializing data_augmentation.
Type is unsupported, or the types of the items don't match field type in CollectionDef.
'NoneType' object has no attribute 'name'
WARNING:tensorflow:Error encountered when serializing data_preprocessing.
Type is unsupported, or the types of the items don't match field type in CollectionDef.
'NoneType' object has no attribute 'name'
آیا برای تنسور برد کامندای دیگه ای هم لازمه؟
سپاس