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.
1 parent cebec16 commit d3dd1a3Copy full SHA for d3dd1a3
bioimageio/core/build_spec/build_model.py
@@ -114,9 +114,7 @@ def _get_weights(
114
)
115
116
elif weight_type == "torchscript":
117
- weights = model_spec.raw_nodes.TorchscriptWeightsEntry(
118
- source=weight_source, sha256=weight_hash, **attachments
119
- )
+ weights = model_spec.raw_nodes.TorchscriptWeightsEntry(source=weight_source, sha256=weight_hash, **attachments)
120
121
elif weight_type == "keras_hdf5":
122
if tensorflow_version is None:
0 commit comments