Describe the bug
Currently the rnn mackey glass example under ./juice-examples does not work, if train and test are run with different --batch-size arguments.
To Reproduce
Steps to reproduce the behaviour:
- Setting up preconditions with
...
- Run
cargo +stable run -p example-rnn-regression --features cuda,native -- train --batch-size=23 foo.capnp
- Execute
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:
- System: Fedora 33 / Windows x64
- Version: *
- Rust: rustc 1.51.0 (2fd73fabe 2021-03-23)
- Environment: CI env
- Backends (if relevant):
- opencl: CI env
- cuda: CI env
Additional context
Describe the bug
Currently the rnn mackey glass example under
./juice-examplesdoes not work, iftrainandtestare run with different--batch-sizearguments.To Reproduce
Steps to reproduce the behaviour:
...cargo +stable run -p example-rnn-regression --features cuda,native -- train --batch-size=23 foo.capnpcargo +stable run -p example-rnn-regression --features cuda,native -- test --batch-size=1 foo.capnpExpected behavior
batch_sizemust not influence success or failure in a sane range.Please complete the following information:
Additional context