WARNING: The name tf.train.summary_iterator is deprecated. What does this mean?

If training is failing to start, and you are not receiving an error message telling you what to do, tell us about it here


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for reporting errors with the Training process. If you want to get tips, or better understand the Training process, then you should look in the Training Discussion forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
zippo50
Posts: 2
Joined: Sat Dec 07, 2019 7:12 pm

WARNING: The name tf.train.summary_iterator is deprecated. What does this mean?

Post by zippo50 »

WARNING From C:\Users\xxx\faceswap\lib\gui\stats.py:91: The name tf.train.summary_iterator is deprecated. Please use tf.compat.v1.train.summary_iterator instead.\n

WARNING From C:\Users\xxx\MiniConda3\envs\faceswap\lib\site-packages\tensorflow\python\summary\summary_iterator.py:68: tf_record_iterator (from tensorflow.python.lib.io.tf_record) is deprecated and will be removed in a future version.\nInstructions for updating:\nUse eager execution and: \n`tf.data.TFRecordDataset(path)

what does this command line mean, what should i do?

User avatar
torzdf
Posts: 2671
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 131 times
Been thanked: 625 times

Re: what WARNING !

Post by torzdf »

Ignore it. They are internal Keras warnings.

My word is final

Locked