Ziyang "Claude" Hu

Results 3 comments of Ziyang "Claude" Hu

I think the code in this issue would solve it: [EarlyStopping with warmup](https://github.com/Lightning-AI/pytorch-lightning/issues/2644). ```python class EarlyStoppingWithWarmup(EarlyStopping): """ EarlyStopping, except don't watch the first `warmup` epochs. """ def __init__(self, warmup=10, **kwargs):...

> Looks like there is a draft PR of some of this work: [#487](https://github.com/pepkit/peppy/pull/487) > > Is anyone actively working on this? [@ClaudeHu](https://github.com/ClaudeHu) or [@khoroshevskyi](https://github.com/khoroshevskyi) ? Should we close that...

> Its so much code.... hard to get to all of it I tried. Theres a lot of missing type annotations. I think the co-pilot review is good tooo True...really...