Page 1 of 1

WARNING message tensorflow on macOs

Posted: Sat Sep 02, 2023 4:29 pm
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!!


Re: WARNING message tensorflow on macOs

Posted: Sun Sep 03, 2023 11:58 pm
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


Re: WARNING message tensorflow on macOs

Posted: Tue Sep 05, 2023 5:02 am
by adriadg

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