Skip to content

Commit 507c6c8

Browse files
committed
update doc
1 parent 3dcebf4 commit 507c6c8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

submissions/self_tuning/cautious_nadamw/submission.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
"""Submission file for an NAdamW optimizer with warmup+cosine LR in Jax."""
1+
"""Submission file for an Cautious NAdamW optimizer.
2+
3+
Based on v05 AlgoPerf NadamW baseline.
4+
"""
25

36
from typing import (
47
Any,

0 commit comments

Comments
 (0)