-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add support for keras models #164
Conversation
Merge commit '31a57e33e7f68133a99f5932789503d72e04c916' #Conflicts: # NAMESPACE # R/vetiver-model.R # man/handler_startup.Rd # man/vetiver_create_description.Rd # man/vetiver_create_meta.Rd # man/vetiver_create_ptype.Rd
avoid implicit promotion of `y` from a 1d array to 2d array
minor edit to keras example
Thank you again for this review @t-kalinowski! I outlined some of where we are and where we might head from here in #55. To sum up:
|
I have made some good headway on how to deploy this to Connect today. Some notes:
I did successfully deploy a model! 🎉
|
Still TODO: create a minimal |
This is working now on Connect, I believe! I will work on a Docker container in a different PR. |
Addresses #144