Created using Colaboratory
This commit is contained in:
parent
41f5cc5637
commit
9b91db6d1a
|
|
@ -563,7 +563,7 @@
|
||||||
"clear_output()\n",
|
"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'})\")"
|
"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": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
|
|
@ -903,8 +903,9 @@
|
||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
"# Weights & Biases (optional)\n",
|
"# Weights & Biases (optional)\n",
|
||||||
"%pip install -q wandb \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,
|
"execution_count": null,
|
||||||
"outputs": []
|
"outputs": []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue