import keras model .h5 from S3
robertomarcos89
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 1 ✭
hello,
I have the following question, what is the best way to import an external keras .h5 model from s3 aws in a recipe to predict?
Thank you!
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @robertomarcos89
,
I believe the code sample here would cover this case :
https://developer.dataiku.com/latest/concepts-and-examples/managed-folders.html#load-a-model-from-a-remote-managed-folder
Thanks