Warning received when training?

Want to understand the training process better? Got tips for which model to use and when? This is the place for you


Forum rules

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

This forum is for discussing tips and understanding the process involved with Training a Faceswap model.

If you have found a bug are having issues with the Training process not working, then you should post in the Training Support forum.

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

Locked
User avatar
biglc03
Posts: 2
Joined: Sun Sep 29, 2019 1:44 am

Warning received when training?

Post 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)

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

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

Go to full post
User avatar
bryanlyon
Site Admin
Posts: 793
Joined: Fri Jul 12, 2019 12:49 am
Answers: 44
Location: San Francisco
Has thanked: 4 times
Been thanked: 218 times
Contact:

Re: Warning received when training?

Post by bryanlyon »

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

User avatar
biglc03
Posts: 2
Joined: Sun Sep 29, 2019 1:44 am

Re: Warning received when training?

Post by biglc03 »

Ok, I won't worry then.

Thank you :)

Locked