srihari-humbarwadi / YOLOv1-TensorFlow2.0

A tensorflow2.0 implementation of the YOLOv1 paper https://arxiv.org/pdf/1506.02640
46 stars 10 forks source link

Loss reducing too slowly #1

Open rakib23r opened 4 years ago

rakib23r commented 4 years ago

Yolo loss is above 35 after 30 epochs. Need help

shaoxiang777 commented 3 years ago

Yolo loss is above 35 after 30 epochs. Need help flip = tf.cast(tf.random.uniform( shape=[1, ], minval=0, maxval=2, dtype=tf.int32), dtype=tf.bool).numpy()[0 AttributeError: 'Tensor' object has no attribute 'numpy'

Do you have this problem?