Skip to content

Commit

Permalink
Update bioimageio model
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Feb 4, 2021
1 parent 6e66b14 commit 679168e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,10 @@ outputs:
reference_input: raw
scale: [1, 1, 1, 1, 1]
offset: [0, 0, 0, 0, 0]
# TODO for now we could put this into the model
# TODO we need a post-processing op to average the output channels
# postprocessing:
# - name: average_channels
# kwargs: {start_channel: 0, stop_channel: 3}

language: python
framework: pytorch
source: models.UNetAnisotropic
source: ./models.py::UNetAnisotropic
kwargs:
in_channels: 1
out_channels: 12
Expand Down
Binary file modified segmentation/cells/UNet3DPlatyCellProbs.model/test_output.npy
Binary file not shown.

0 comments on commit 679168e

Please sign in to comment.