experiencor / keras-yolo2

Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
MIT License
1.73k stars 787 forks source link

tf.Print is deprecated #470

Open eirini5th opened 2 years ago

eirini5th commented 2 years ago

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. I run the Yolo_Step_by_Step.ipynb with Tensorflow 1.x. Has anyone been able to make these prints work?