You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @lissahyacinth pointed out in direct comms, it's not related to RNN but to the Reshape layer which serializes all dimensions into the .capnp file, which in turn is restored for test runs of the example - which might have a different batch dimension size compared to the train run.
Describe the bug
Currently the rnn mackey glass example under
./juice-examples
does not work, iftrain
andtest
are run with different--batch-size
arguments.To Reproduce
Steps to reproduce the behaviour:
...
cargo +stable run -p example-rnn-regression --features cuda,native -- train --batch-size=23 foo.capnp
cargo +stable run -p example-rnn-regression --features cuda,native -- test --batch-size=1 foo.capnp
Expected behavior
batch_size
must not influence success or failure in a sane range.Please complete the following information:
Additional context
The text was updated successfully, but these errors were encountered: