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.
2 parents f54c0fa + 7915b63 commit f24b37bCopy full SHA for f24b37b
fairseq/dataclass/configs.py
@@ -1100,7 +1100,7 @@ class InteractiveConfig(FairseqDataclass):
1100
@dataclass
1101
class EMAConfig(FairseqDataclass):
1102
store_ema: bool = field(
1103
- default=False, metadata={help: "store exponential moving average shadow model"}
+ default=False, metadata={"help": "store exponential moving average shadow model"}
1104
)
1105
ema_decay: float = field(
1106
default=0.9999, metadata={"help": "decay for exponential moving average model"}
0 commit comments