WARNING message tensorflow on macOs
Posted: Sat Sep 02, 2023 4:29 pm
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!!