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

Integrate basic PyTorch #28

Open
cosminmarina opened this issue Feb 2, 2024 · 2 comments
Open

Integrate basic PyTorch #28

cosminmarina opened this issue Feb 2, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@cosminmarina
Copy link

Maybe it is a bit unreasonable, but @eugenioLR found this repo: https://github.com/skorch-dev/skorch

It allows you to run PyTorch models like sklearn.

Maybe you can integrate some basic PyTorch models to HundredHammers by this way?

@eugenioLR
Copy link
Collaborator

eugenioLR commented Feb 2, 2024

Thank you very much for the suggestion.

I think it could work, although there is the issue that training deep neural networks tends to be very finicky and it might make models hard to compare, but that's an issue for the user, not necesarily from the point of view of implementing it.

I'll work on it and update when i have something working.

@cosminmarina
Copy link
Author

Thank you very much for the suggestion.

I think it could work, although there is the issue that training deep neural networks tends to be very finicky and it might make models hard to compare, but that's an issue for the user, not necesarily from the point of view of implementing it.

I'll work on it and update when i have something working.

Thank you!

@eugenioLR eugenioLR added the enhancement New feature or request label Feb 2, 2024
@eugenioLR eugenioLR self-assigned this Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants