michaelwand
michaelwand
create_net_from_spec causes a parsing error depending on the presence or absence of whitespace, which is not according to the documentation ("Whitespace is allowed everywhere and will be completely ignored."). Example...
The LSTM backpass with Cuda does not work properly in the (rare, but possible) case that the length of an input sequence is 1. On the CPU, everything works fine....
Bugfix: brainstorm.tools.extract crashed when a mask was provided by the data iterator. I also reimplemented extract_and_save in terms of extract (fixes the very same bug). But this glosses over some...