Skip to content

Commit e93ad9b

Browse files
authored
chore(docs): update pytorch colab for deprecation of anonymous mode (#615)
Its use in this notebook is inconsistent and unimportant
1 parent 3cb649e commit e93ad9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

colabs/pytorch/How_does_adding_dropout_affect_model_performance.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
"metadata": {},
433433
"outputs": [],
434434
"source": [
435-
"wandb.init(project=\"dropout\", anonymous=\"must\")\n",
435+
"wandb.init(project=\"dropout\")\n",
436436
"wandb.watch(net, log=\"all\")\n",
437437
"\n",
438438
"for epoch in range(8):\n",

0 commit comments

Comments
 (0)