We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3628b commit ab33b03Copy full SHA for ab33b03
scripts/huggingface/upload_model.py
@@ -51,6 +51,7 @@ def main(cfg: DictConfig):
51
spatial_resolution=dset_metadata.spatial_resolution,
52
dim_in=n_input_fields,
53
dim_out=n_output_fields,
54
+ _convert_="all",
55
)
56
assert isinstance(model, torch.nn.Module) and isinstance(
57
model, PyTorchModelHubMixin
0 commit comments