Torch/TorchGeo Export & Packaging#97
Conversation
5d60f73 to
ac35306
Compare
ac35306 to
d47dde3
Compare
|
@rbavery @isaaccorley |
|
I think your reasoning makes sense on keeping the validation path the same whether it is done with pydantic or pystac, and accommodating more complex references to other stac extensions. the extra tabs/spaces and extra field is a bit unfortunate for the use cases that don't need these more complex references but probably worth it. |
|
I've updated the |
198e7cf to
2c7961f
Compare
Co-authored-by: Ryan Avery <ryanbarryavery@gmail.com>
Co-authored-by: Ryan Avery <ryanbarryavery@gmail.com>
|
Note: |
a29f4ca to
d2bc5ed
Compare
Description
This PR adds functions for exporting and packaging a torch (in this example, TorchGeo) model and transforms along with model metadata that is compliant with the MLM schema into a single
.pt2archive.This currently depends on the torch 2.8 pre-release of PyTorch scheduled to be released early next month.
Related Issue
N/A
Type of Change
Checklist
CONTRIBUTING.mdguide;CHANGELOG.mdwith provided changes;README.mdand/orbest-practices.mdas applicable with new features;make check;Googleformat for all the methods and classes that I used.