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

Save model in PyTorch format #1

Open
Martins6 opened this issue Mar 2, 2024 · 0 comments
Open

Save model in PyTorch format #1

Martins6 opened this issue Mar 2, 2024 · 0 comments

Comments

@Martins6
Copy link

Martins6 commented Mar 2, 2024

First, congratulations on this package! It is amazing, and I think is a true advance for flexibility compared to AutoGL.

One thing that I've noticed in both AutoGL and here is that there's no way to save the model parameters / weights. I've tried to pickle the model, and it works, but when I compare the accuracy of the saved model and the unsaved one, I've got a pretty difference in the accuracy and in all the results. It seems that the weight saving is messing up in some floats.

Ideally, I think the community would benefit from generating a pure PyTorch model from the BoxModel class, so that it can be saved without a problem.

Thanks!

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