WARNING message tensorflow on macOs

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
adriadg
Posts: 8
Joined: Sat Sep 02, 2023 10:32 am
Has thanked: 3 times

WARNING message tensorflow on macOs

Post by adriadg »

Hi!

I got this message in the console some minutes after starting train execution:

Code: Select all

WARNING:tensorflow:From /Users/adria/faceswap/lib/gui/analysis/event_reader.py:512: tf_record_iterator (from tensorflow.python.lib.io.tf_record) is deprecated and will be removed in a future version.
Instructions for updating:
Use eager execution and: 
`tf.data.TFRecordDataset(path)`

Now just blocked.
Any idea? Just wait or it needs to cancel the process?

I am using a Macbook Por M1 (Apple Silicon chipset)

Thanks!!

by torzdf » Sun Sep 03, 2023 11:58 pm

You can ignore that, it's just a warning, and will be unrelated to any stalling that you are having. To investigate I'd need more info: app.php/rules#rule-4b

Go to full post
User avatar
torzdf
Posts: 2687
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 135 times
Been thanked: 628 times

Re: WARNING message tensorflow on macOs

Post by torzdf »

You can ignore that, it's just a warning, and will be unrelated to any stalling that you are having. To investigate I'd need more info: app.php/rules#rule-4b

My word is final

User avatar
adriadg
Posts: 8
Joined: Sat Sep 02, 2023 10:32 am
Has thanked: 3 times

Re: WARNING message tensorflow on macOs

Post by adriadg »

ok good to know it, seems that it works after that, thanks!

Locked