glenn-jocher
commited on
Commit
·
9b91db6
1
Parent(s):
41f5cc5
Created using Colaboratory
Browse files- tutorial.ipynb +6 -5
tutorial.ipynb
CHANGED
@@ -563,7 +563,7 @@
|
|
563 |
"clear_output()\n",
|
564 |
"print(f\"Setup complete. Using torch {torch.__version__} ({torch.cuda.get_device_properties(0).name if torch.cuda.is_available() else 'CPU'})\")"
|
565 |
],
|
566 |
-
"execution_count":
|
567 |
"outputs": [
|
568 |
{
|
569 |
"output_type": "stream",
|
@@ -889,7 +889,7 @@
|
|
889 |
"id": "bOy5KI2ncnWd"
|
890 |
},
|
891 |
"source": [
|
892 |
-
"# Tensorboard
|
893 |
"%load_ext tensorboard\n",
|
894 |
"%tensorboard --logdir runs/train"
|
895 |
],
|
@@ -902,9 +902,10 @@
|
|
902 |
"id": "2fLAV42oNb7M"
|
903 |
},
|
904 |
"source": [
|
905 |
-
"# Weights & Biases
|
906 |
-
"%pip install -q wandb
|
907 |
-
"
|
|
|
908 |
],
|
909 |
"execution_count": null,
|
910 |
"outputs": []
|
|
|
563 |
"clear_output()\n",
|
564 |
"print(f\"Setup complete. Using torch {torch.__version__} ({torch.cuda.get_device_properties(0).name if torch.cuda.is_available() else 'CPU'})\")"
|
565 |
],
|
566 |
+
"execution_count": null,
|
567 |
"outputs": [
|
568 |
{
|
569 |
"output_type": "stream",
|
|
|
889 |
"id": "bOy5KI2ncnWd"
|
890 |
},
|
891 |
"source": [
|
892 |
+
"# Tensorboard (optional)\n",
|
893 |
"%load_ext tensorboard\n",
|
894 |
"%tensorboard --logdir runs/train"
|
895 |
],
|
|
|
902 |
"id": "2fLAV42oNb7M"
|
903 |
},
|
904 |
"source": [
|
905 |
+
"# Weights & Biases (optional)\n",
|
906 |
+
"%pip install -q wandb\n",
|
907 |
+
"import wandb\n",
|
908 |
+
"wandb.login()"
|
909 |
],
|
910 |
"execution_count": null,
|
911 |
"outputs": []
|