Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tcapelle committed Jul 25, 2024
1 parent 60ffbc7 commit 0398013
Showing 1 changed file with 8 additions and 27 deletions.
35 changes: 8 additions & 27 deletions colabs/wandb-artifacts/Artifact_fundamentals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://colab.research.google.com/github/wandb/examples/blob/master/colabs/pytorch/Artifacts_Basics.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
"<!--- @wandbcode{artifacts-basics} -->"
"<a href=\"https://colab.research.google.com/github/wandb/examples/blob/master/colabs/wandb-artifacts/Artifact_fundamentals.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
"<!--- @wandbcode{artifacts-fundamentals} -->"
]
},
{
Expand All @@ -14,7 +14,7 @@
"source": [
"<img src=\"http://wandb.me/logo-im-png\" width=\"400\" alt=\"Weights & Biases\" />\n",
"\n",
"<!--- @wandbcode{pytorch-video} -->\n"
"<!--- @wandbcode{artifacts-fundamentals} -->\n"
]
},
{
Expand Down Expand Up @@ -103,7 +103,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Create an Dataset\n",
"# Create a Dataset\n",
"Let's create some datasets that we can work with in this example."
]
},
Expand Down Expand Up @@ -278,15 +278,6 @@
"In the second block of code we will log it to Weights & Biases under the same Artifact name (*my_first_artifact*) so that Weights & Biases knows that this is a new version of an existing artifact."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install pandas"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -424,23 +415,13 @@
"metadata": {
"accelerator": "GPU",
"colab": {
"provenance": []
"include_colab_link": true,
"provenance": [],
"toc_visible": true
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 0398013

Please sign in to comment.