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

How to wrap a deep learning model #10

Open
inoueakimitsu opened this issue Oct 16, 2021 · 2 comments
Open

How to wrap a deep learning model #10

inoueakimitsu opened this issue Oct 16, 2021 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@inoueakimitsu
Copy link
Owner

inoueakimitsu commented Oct 16, 2021

start_date: 2021/10/16
due_date: 2021/10/16
progress: 0
parent: 0
dependon:
  - '1'

We need to create a procedure to wrap deep learning models.

With an interface similar to scikit-learn, there is no need to change the current implementation.

For Keras, you can use keras.wrappers.scikit_learn.KerasClassifier.

For PyTorch, I do not know how to do this at the moment.

@inoueakimitsu
Copy link
Owner Author

You can use skorch for PyTorch.

We need to investigate lightning as well.

@inoueakimitsu inoueakimitsu added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 16, 2021
@inoueakimitsu
Copy link
Owner Author

I should write a sample code using skorch and milwrap.

@inoueakimitsu inoueakimitsu self-assigned this Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant