diff --git a/colabs/wandb-artifacts/Pipeline_Versioning_with_W&B_Artifacts.ipynb b/colabs/wandb-artifacts/Pipeline_Versioning_with_W&B_Artifacts.ipynb index bac864d6..7e5b8f23 100644 --- a/colabs/wandb-artifacts/Pipeline_Versioning_with_W&B_Artifacts.ipynb +++ b/colabs/wandb-artifacts/Pipeline_Versioning_with_W&B_Artifacts.ipynb @@ -983,33 +983,6 @@ "evaluate_and_log()" ] }, - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### 🔁 The Graph View\n", - "\n", - "Notice that we changed the `type` of the `Artifact`:\n", - "these `Run`s used a `model`, rather than `dataset`.\n", - "`Run`s that produce `model`s will be separated\n", - "from those that produce `dataset`s in the graph view on the Artifacts page.\n", - "\n", - "Go check it out! As before, you'll want to head to the Run page,\n", - "select the \"Artifacts\" tab from the left sidebar,\n", - "pick an `Artifact`,\n", - "and then click the \"Graph View\" tab." - ] - }, - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "### 💣 Exploded Graphs" - ] - }, { "attachments": {}, "cell_type": "markdown", diff --git a/colabs/wandb-artifacts/Pipeline_Versioning_with_W&B_Artifacts_(PyTorch).ipynb b/colabs/wandb-artifacts/Pipeline_Versioning_with_W&B_Artifacts_(PyTorch).ipynb index 1be3340d..acf0d916 100644 --- a/colabs/wandb-artifacts/Pipeline_Versioning_with_W&B_Artifacts_(PyTorch).ipynb +++ b/colabs/wandb-artifacts/Pipeline_Versioning_with_W&B_Artifacts_(PyTorch).ipynb @@ -943,31 +943,6 @@ "evaluate_and_log()" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### 🔁 The Graph View\n", - "\n", - "Notice that we changed the `type` of the `Artifact`:\n", - "these `Run`s used a `model`, rather than `dataset`.\n", - "`Run`s that produce `model`s will be separated\n", - "from those that produce `dataset`s in the graph view on the Artifacts page.\n", - "\n", - "Go check it out! As before, you'll want to head to the Run page,\n", - "select the \"Artifacts\" tab from the left sidebar,\n", - "pick an `Artifact`,\n", - "and then click the \"Graph View\" tab." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "### 💣 Exploded Graphs" - ] - }, { "cell_type": "markdown", "metadata": {},