how to read an .h5 file from a public s3 bucket in dataiku
Dario
Registered Posts: 9 ✭✭✭✭
NREL has a public S3 bucket with many .h5 files. How can I read them using DSS DKU. Thx.
Operating system used: linux AWS
Tagged:
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @darioromero
,You should be able to add the S3 bucket as managed folder on DSS and read the file using the read managed folder APIs as explained here :
https://community.dataiku.com/t5/Using-Dataiku/Using-custom-keras-model-trained-outside-dataiku-in-flow/td-p/3888
Thanks