Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin pytorch versions in modelzoo export #11

Open
constantinpape opened this issue Jun 16, 2021 · 0 comments
Open

Pin pytorch versions in modelzoo export #11

constantinpape opened this issue Jun 16, 2021 · 0 comments

Comments

@constantinpape
Copy link
Owner

Pytorch weights are not always backward comp. (even for >1.0):

Attempted to read a PyTorch file with version 3, but the maximum supported version for reading is 2. Your PyTorch installation may be too old.

Maybe it's possible to find out this version programatically, otherwise just pin ">=CURRENT_VERSION;<=2.0"

constantinpape pushed a commit that referenced this issue Dec 20, 2023
* Update distance transform (#11 - Getting instance segmentations from the distance transform)

* Making the encoder argument flexible (to either pytorch modules or model name as str)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant