Skip to content

Commit

Permalink
fix/cilaunch: make sure to launch with equiv batch-sizes for now
Browse files Browse the repository at this point in the history
Ref #140
  • Loading branch information
drahnr committed Apr 18, 2021
1 parent 3f61512 commit 32d4147
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions remote-test/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ run:
cargo t -p juice rnn_roundtrip_pass -- --nocapture
cd juice-examples/mackey-glass-rnn-regression
cargo run -p example-rnn-regression -- train --batch-size=4 --learning-rate=0.1 --momentum=0.2 netstate.capnp
cargo run -p example-rnn-regression -- test netstate.capnp
# FIXME batch-size should not have to match
# https://github.com/spearow/juice/issues/140
cargo run -p example-rnn-regression -- train --batch-size=23 --learning-rate=0.1 --momentum=0.2 netstate.capnp
cargo run -p example-rnn-regression -- test --batch-size=23 netstate.capnp
# for D in $DIRX; do
# echo ">>>>> $D"
Expand Down

0 comments on commit 32d4147

Please sign in to comment.