We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
You can use skorch for PyTorch.
We need to investigate lightning as well.
Sorry, something went wrong.
I should write a sample code using skorch and milwrap.
inoueakimitsu
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: