-
-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
bugSomething doesn't quite look rightSomething doesn't quite look rightday-1Issues encountered early on using juiceIssues encountered early on using juice
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething doesn't quite look rightSomething doesn't quite look rightday-1Issues encountered early on using juiceIssues encountered early on using juice