You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: integrations/model-training/pytorch/notebooks/Comet_Pytorch_TensorboardX.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@
170
170
"source": [
171
171
"Assuming you have already imported Comet at the beginning of your script, all you have to do now is set the `comet_config` argument when initializing TensorboardX's SummaryWriter. \n",
172
172
"\n",
173
-
"`comet_config` is just a dictionary that allows you to set your workspace, project name and API key if you haven't already done so through `comet.init()`. \n",
173
+
"`comet_config` is just a dictionary that allows you to set your workspace, project name and API key if you haven't already done so through `comet.login()`. \n",
0 commit comments