File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 292292 ("py:.*" , "torch_xla.*" ),
293293 ("py:class" , "transformer_engine.*" ),
294294 ("py:class" , "bitsandbytes.*" ),
295+ # loggers
296+ ('py:class' , 'tensorboardX.writer.SummaryWriter' ), # todo: this is unexpected as the imports locally works
295297]
296298
297299# -- Options for todo extension ----------------------------------------------
Original file line number Diff line number Diff line change @@ -377,6 +377,7 @@ def _load_py_module(name: str, location: str) -> ModuleType:
377377 # missing in generated API
378378 ("py:exc" , "MisconfigurationException" ),
379379 # TODO: generated list of all existing ATM, need to be fixed
380+ ('py:class' , 'tensorboardX.writer.SummaryWriter' ),
380381 ("py:class" , "AveragedModel" ),
381382 ("py:class" , "CometExperiment" ),
382383 ("py:meth" , "DataModule.__init__" ),
You can’t perform that action at this time.
0 commit comments