mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Enable xdoctest runner in CI for real this time (#83816)
Builds on #83317 and enables running the doctests. Just need to figure out what is causing the failures. Pull Request resolved: https://github.com/pytorch/pytorch/pull/83816 Approved by: https://github.com/ezyang, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
fb4fc0dabe
commit
ad782ff7df
@ -9,6 +9,7 @@ from torch.optim.lr_scheduler import LRScheduler
|
||||
|
||||
__all__ = ['AveragedModel', 'update_bn', 'SWALR']
|
||||
|
||||
|
||||
class AveragedModel(Module):
|
||||
r"""Implements averaged model for Stochastic Weight Averaging (SWA).
|
||||
|
||||
|
Reference in New Issue
Block a user