Skip to content

Commit

Permalink
fix batch size to 1 to avoid onnx error
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jul 17, 2024
1 parent fbf2415 commit c092b8b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ inputs:
description: raw input
axes:
- type: batch
size: 1 # due to the onnx weights
- type: channel
channel_names: [raw_intensity]
- type: space # todo: scale/unit
Expand Down

0 comments on commit c092b8b

Please sign in to comment.