Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Apr 30, 2021
1 parent 41f5cc5 commit 9b91db6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
"clear_output()\n",
"print(f\"Setup complete. Using torch {torch.__version__} ({torch.cuda.get_device_properties(0).name if torch.cuda.is_available() else 'CPU'})\")"
],
"execution_count": 31,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -889,7 +889,7 @@
"id": "bOy5KI2ncnWd"
},
"source": [
"# Tensorboard (optional)\n",
"# Tensorboard (optional)\n",
"%load_ext tensorboard\n",
"%tensorboard --logdir runs/train"
],
Expand All @@ -902,9 +902,10 @@
"id": "2fLAV42oNb7M"
},
"source": [
"# Weights & Biases (optional)\n",
"%pip install -q wandb \n",
"!wandb login # use 'wandb disabled' or 'wandb enabled' to disable or enable"
"# Weights & Biases (optional)\n",
"%pip install -q wandb\n",
"import wandb\n",
"wandb.login()"
],
"execution_count": null,
"outputs": []
Expand Down

0 comments on commit 9b91db6

Please sign in to comment.