lucasjinreal/keras_frcnn

Keras 2.1.x incompatibilty

Open

#6 建立於 2017年11月17日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Python (279 fork)batch import
help wanted

倉庫指標

Star
 (521 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Upgrading keras to version 2.1.x it gives this error:

Starting training
Epoch 1/3000
Exception: Error when checking target: expected rpn_out_class to have shape (None, None, None, 9) but got array with shape (1, 56, 38, 18)
Exception: Error when checking target: expected rpn_out_class to have shape (None, None, None, 9) but got array with shape (1, 50, 38, 18)
Exception: Error when checking target: expected rpn_out_class to have shape (None, None, None, 9) but got array with shape (1, 43, 38, 18)
Exception: Error when checking target: expected rpn_out_class to have shape (None, None, None, 9) but got array with shape (1, 38, 38, 18)
...

貢獻者指南