experiencor / keras-yolo3

Training and Detecting Objects with YOLO3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tf.Print is deprecated

eirini5th opened this issue · comments

tf.Print is deprecated so I get a Tensorflow warning about replacing it with tf.print, which unfortunately doesn't work either for some reason. After a bit of online research I think I get how tf.print works on Tensorflow 2, but I'm still confused about its function on Tensorflow 1.
Has anyone been able to make these prints work? On Tensorflow 1 preferably.