Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on October 22, 2019 2:22PM
Likes: 0
Replies: 1
Hi,
Is it possible to use a custom keras model (hdf5-format), trained outside dataiku, in a flow.
A bit like:
-http://gallery.dataiku.com/projects/DKU_ADVANCEDML/flow/
Fyi:
- Given that dataiku is deployed on AWS (thus on efs) where I can't use folder.get_path() .
Nicolas
Hello Nicolas,
For non-filesystem managed folders, you can use instead folder.get_download_stream (See https://doc.dataiku.com/dss/latest/python-api/managed_folders.html#dataiku.core.managed_folder.Folder.get_download_stream for more details) to retrieve your model.
Hope this helps,
Best Regards,