Skip to content

Commit

Permalink
use batch size 1 in js
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer committed Jul 23, 2021
1 parent 408dd44 commit adfc76f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bindings/javascript/dev_server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/javascript/src/tractjs_backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl TractJSBackend {
let mut input_facts = HashMap::new();
input_facts.insert(
0,
json!(["uint8", ["b", {
json!(["uint8", [1, {
"id": "s",
"slope": length_divisor,
"intercept": 0,
Expand Down

0 comments on commit adfc76f

Please sign in to comment.