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

Switch from segmentation_models_pytorch to torchseg #439

Open
Pale-Blue-Dot-97 opened this issue Feb 6, 2024 · 0 comments · May be fixed by #440
Open

Switch from segmentation_models_pytorch to torchseg #439

Pale-Blue-Dot-97 opened this issue Feb 6, 2024 · 0 comments · May be fixed by #440
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@Pale-Blue-Dot-97
Copy link
Owner

It appears that segmentation_models_pytorch is no longer maintained. minerva uses it for providing a library of segmentation models for testing and experiments. However, it is pinned to a now quite old timm==0.9.2 which is now causing conflicts with other dependencies.

The solution it seems is to switched to an actively maintained fork of segmentation_models_pytorch called torchseg

@Pale-Blue-Dot-97 Pale-Blue-Dot-97 added bug Something isn't working dependencies Pull requests that update a dependency file labels Feb 6, 2024
@Pale-Blue-Dot-97 Pale-Blue-Dot-97 self-assigned this Feb 6, 2024
@Pale-Blue-Dot-97 Pale-Blue-Dot-97 linked a pull request Feb 6, 2024 that will close this issue
@Pale-Blue-Dot-97 Pale-Blue-Dot-97 linked a pull request Feb 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant