We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ede8c3e + 50dd49d commit b7f4813Copy full SHA for b7f4813
bioimageio/core/weight_converter/torch/onnx.py
@@ -58,7 +58,6 @@ def convert_weights_to_onnx(
58
output_path,
59
verbose=verbose,
60
opset_version=opset_version,
61
- example_outputs=expected_outputs,
62
)
63
else:
64
raise NotImplementedError
dev/environment-torch.yaml
@@ -6,12 +6,12 @@ dependencies:
6
- black
7
- bioimageio.spec >=0.4.4
8
- conda-build
9
- - h5py >=2.10,<2.11
+ - h5py
10
- mypy
11
- pip
12
- pytest
13
- python >=3.7
14
- xarray
15
- - pytorch <1.10
+ - pytorch
16
- onnxruntime
17
- tifffile
0 commit comments