Artifacts
model
No artifacts found.
baseline
convolutional
dense
linear
lstm
timestamped_dataframes
wandb-history
1 - 10 of 23
code
run_table
Add versions to this Registered Model
Collect the best candidate models and use aliases to track a model on its journey to production.
Quickstart
- On the top right of this page, click to create a Registered Model.
In your script, log a model as an artifact version.
Code Snippetart = wandb.Artifact("my-object-detector", type="model") art.add_file("saved_model_weights.pt") wandb.log_artifact(art)- From the Artifact page, link the artifact version to the registry.
Try it yourself
Watch this 1-minute video and follow along with this notebook →