Skip to content

Commit

Permalink
πŸ’„ Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Aug 22, 2024
1 parent 1de29da commit 6889a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wandb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
},
"outputs": [],
"source": [
"training_data_artifact = ln.Artifact.filter(description=\"MNIST-dataset\").one()\n",
"training_data_artifact = ln.Artifact.get(description=\"MNIST-dataset\")\n",
"training_data_artifact"
]
},
Expand Down

0 comments on commit 6889a04

Please sign in to comment.