IDSIA / brainstorm

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

Describing converts tuples to lists #34

Closed flukeskywalker closed 8 years ago

flukeskywalker commented 8 years ago

This happens for things like kernel sizes, strides etc. If possible, this behavior should be avoided.

Qwlouse commented 8 years ago

The problem is that JSON does not have a notion of tuples. So serializing the description will always exhibit that problem.

flukeskywalker commented 8 years ago

Cool, I will modify the behavior of conv and pool layers to be fine with list/tuples then.