allanzelener / YAD2K

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

WIP: Add support for more types of Darknet layers #121

Closed stardust66 closed 2 years ago

stardust66 commented 6 years ago

I've added support for fully connected layers and more types of activations. Planning to add dropout and crop layers.

I read about how Darknet stores weights for fully connected layers in the source, but maybe I've missed something and it's hard to know. @allanzelener Do you have suggestions for how I would test my implementation?