HDF5 model

#2
by merve HF staff - opened

Hello Ege,
Is there a specific reason why you didn't push the model with push_to_hub_keras()? I see that in repository you have .h5 format.

Hey Merve,

So, I initially was trying to use push_to_hub_keras(). But I got this one error: "ValueError: If not specifying clone_from, you need to pass Repository a valid git clone". I couldn't figure out how to fix it, and also noticed from the logs that HF spaces run as a container. So I was hoping I could get around it by simply installing correct libraries :) I also should specify that I can see two errors in the log files when I try to interact with the model using Gradio:

"2022-06-28 21:58:43.249509: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory"
and
"AttributeError: 'Video' object has no attribute 'split'"

Could it be related to not using push_to_hub_keras?

Is this problem solved?

Sign up or log in to comment