IDSIA / brainstorm

Fast, flexible and fun neural networks.
Other
1.3k stars 152 forks source link

Implementing and testing custom layers #49

Closed Qwlouse closed 8 years ago

Qwlouse commented 8 years ago

IMHO a strong point of brainstorm is that you can very easily implement your own layer, and distribute it to others without having to fork the library. For that process it'd be very helpful to have a convenient way of running your custom layer against all the layer-tests. I think that should not be hard to implement and would provide a lot of value.

Qwlouse commented 8 years ago

To make test methods importable from user-code we need to move the test directory into the brainstorm package and also install that. Everyone OK with that?

flukeskywalker commented 8 years ago

Hmm, I don't think that this is a problem. Are there any downsides to this? Otherwise, fine by me.