You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how to switch to use optimum - do I need to convert model.json to .h5 and then run?
if I try this I run into huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': './path_to_save/model.h5'. Use repo_type argument if needed
Your contribution
N/A
The text was updated successfully, but these errors were encountered:
Feature request
Currently using node to create an image-classifier model.json with tfjs
It would be nice to just use optimum and point to model.json.
Motivation
Currently I'm creating the model converting it to graph and then converting to onnx like this -
I'm not sure how to switch to use optimum - do I need to convert model.json to .h5 and then run?
repo_type
argument if neededYour contribution
N/A
The text was updated successfully, but these errors were encountered: