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

only use internal pytorch architectures #1004

Merged
merged 4 commits into from
May 24, 2024
Merged

Conversation

sammlapp
Copy link
Collaborator

switch efficientnet to internal pytorch version. This will not be backwards compatible with efficientnets trained in previous opso versions.

to use models from previous versions, you should use older opso version or specifically import the class that was used in previous versions. See this thread: #998

sammlapp added 4 commits May 21, 2024 15:19
switch efficientnet to internal pytorch version. This will not be backwards compatible with efficientnets trained in previous opso versions.

to use models from previous versions, you should use older opso version or specifically import the class that was used in previous versions. See this thread: #998
resolves some issues with efficientnet hashes. Also, update cnn_architecture tests to assert type.

Fix bug where architecture was not returned after initializing.
device handling has changed, but now ScoreCAM is fixed and we can use any device instead of just boolean use_cuda flag
@sammlapp sammlapp merged commit eccad08 into develop May 24, 2024
3 of 6 checks passed
@sammlapp sammlapp deleted the issue_998_efficientnet branch May 24, 2024 22:13
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

Successfully merging this pull request may close these issues.

1 participant