Page 1 of 1

Warning received when training?

Posted: Sun Sep 29, 2019 1:48 am
by biglc03

Complete newb here, any idea what these warnings mean, and what to do about them.

WARNING From C:\Users\username\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\username\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: \ntf.data.TFRecordDataset(path)


Re: Warning received when training?

Posted: Sun Sep 29, 2019 3:05 am
by bryanlyon

These warning originate with Keras. Don't worry about them, there is nothing you need to do.


Re: Warning received when training?

Posted: Mon Sep 30, 2019 7:29 pm
by biglc03

Ok, I won't worry then.

Thank you :)