We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6eda03 commit 3fde492Copy full SHA for 3fde492
pytorch_optimizer/__init__.py
@@ -2,6 +2,7 @@
2
from typing import Dict, List
3
4
from pytorch_optimizer.base.types import OPTIMIZER, SCHEDULER
5
+from pytorch_optimizer.experimental.deberta_v3_lr_scheduler import deberta_v3_large_lr_scheduler
6
from pytorch_optimizer.lr_scheduler import (
7
ConstantLR,
8
CosineAnnealingLR,
0 commit comments