allanzelener / YAD2K

YAD2K: Yet Another Darknet 2 Keras
Other
2.71k stars 877 forks source link

Issues when retraining tiny YOLO #94

Open glc12125 opened 6 years ago

glc12125 commented 6 years ago

Dear author,

I have created a pull request to add tiny YOLO in pull request #93. But I got "Incompatible shapes [32,13,13,5,1] vs. [32,6,6,5,1]" around line 281 of file YAD2K/yad2k/models/keras_yolo.py in yolo_loss function. Please see pull request #93 for detailed log. Can you tell me what might be wrong?