AGNet icon indicating copy to clipboard operation
AGNet copied to clipboard

This property should not be used in TensorFlow 2.0, as updates are applied automatically.

Open tsorewilly opened this issue 4 years ago • 0 comments

I am not sure the specific tf function that leads to this, please how can I retrace the warning to catch it?

C:\Users\Omisore\AppData\Roaming\Python\Python37\Lib\venv\scripts\python.exe "G:/Documents/Asst Prof/Publications/ICRA 2022/Code/selfTrial.py" 2021-09-11 12:41:28.922000: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX AVX2 To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. Exploring [-0.08397679 -0.46502669 -0.97932531] 0 Completed in 0 trials I am here WARNING:tensorflow:From E:\ProgramData\Anaconda3\envs\tf23\lib\site-packages\tensorflow\python\training\tracking\tracking.py:111: Model.state_updates (from tensorflow.python.keras.engine.training) is deprecated and will be removed in a future version. Instructions for updating: This property should not be used in TensorFlow 2.0, as updates are applied automatically. 2021-09-11 12:41:29.289000: W tensorflow/python/util/util.cc:348] Sets are not currently considered sequences, but this may change in the future, so consider avoiding using them. WARNING:tensorflow:From E:\ProgramData\Anaconda3\envs\tf23\lib\site-packages\tensorflow\python\training\tracking\tracking.py:111: Layer.updates (from tensorflow.python.keras.engine.base_layer) is deprecated and will be removed in a future version. Instructions for updating: This property should not be used in TensorFlow 2.0, as updates are applied automatically. I got here I got here 1 I got here 2 I got here 3

Process finished with exit code 0

tsorewilly avatar Sep 11 '21 04:09 tsorewilly