Uploading Model Artifacts
Before uploading your model artifact into Fiddler, you need to add the model using model.create function as well as create a baseline for it.
Once you have prepared the model artifact directory, you can upload your model.
Upload the artifact
job = model.add_artifact(
model_dir=MODEL_ARTIFACTS_DIR,
)
job.wait()
π‘ Need help? Contact us at [email protected].
Last updated
Was this helpful?