qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.44k forks source link

Tensor("yolo_loss_sample_weights:0", shape=(?,), dtype=float32) must be from the same graph as Tensor("Mean:0", shape=(), dtype=float32) #697

Open Aurorayy opened 4 years ago

Aurorayy commented 4 years ago

when i use my own dataset like VOC2007 format,this probolem occurs after first 50 epochs...

noobgrow commented 3 years ago

when i use my own dataset like VOC2007 format,this probolem occurs after first 50 epochs...

Sir,have you solved that problem?I meet this bug too!Thanks in advance!