Created using Colaboratory
This commit is contained in:
parent
41f5cc5637
commit
9b91db6d1a
|
|
@ -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",
|
||||
|
|
@ -903,8 +903,9 @@
|
|||
},
|
||||
"source": [
|
||||
"# Weights & Biases (optional)\n",
|
||||
"%pip install -q wandb \n",
|
||||
"!wandb login # use 'wandb disabled' or 'wandb enabled' to disable or enable"
|
||||
"%pip install -q wandb\n",
|
||||
"import wandb\n",
|
||||
"wandb.login()"
|
||||
],
|
||||
"execution_count": null,
|
||||
"outputs": []
|
||||
|
|
|
|||
Loading…
Reference in New Issue