Srimukh Sripada
Srimukh Sripada
@angeloskath if I understand correctly, your idea for a `ScheduledScalar` is to have it behave as a scalar/array that internally manages its value based on a predefined schedule, i.e., it...
I find the discussion very interesting too! I was playing around with the idea that @awni suggested. In the code, we could broadly make the following two changes: 1) introduce...
@awni I wasn't actually sure if a consensus had been reached between the approach you suggested and what @angeloskath did 😄. I do like callback version you proposed, and I'd...
Hi @awni, sorry for disappearing! I took your suggestion, expanded it a bit. It should allow one to pass callables for arbitrary hyper-parameters: ```python # a helper function to wrap...