Created using Colaboratory

This commit is contained in:
Glenn Jocher 2021-04-30 13:15:31 +02:00
parent 41f5cc5637
commit 9b91db6d1a
1 changed files with 6 additions and 5 deletions

5
tutorial.ipynb vendored
View File

@ -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",
@ -904,7 +904,8 @@
"source": [
"# Weights & Biases (optional)\n",
"%pip install -q wandb\n",
"!wandb login # use 'wandb disabled' or 'wandb enabled' to disable or enable"
"import wandb\n",
"wandb.login()"
],
"execution_count": null,
"outputs": []