Hi,
This might be a silly question, but I’m trying to implement a warmup schedule for one of the components of my model.
I’ve implemented some make-shift solution, but was hoping to avoid digging through the codebase if someone already knows the clean way to do this.
For example, is there a straightforward way to access the current epoch from within the module class during training?
Thanks in advance!