ComposedSchedule
example for CosAnneal
in the docs is incorrect
#38
Labels
bug
Something isn't working
ComposedSchedule
example for CosAnneal
in the docs is incorrect
#38
The
Cosine annealing variants example
shown on the cheatsheet page leads to the following error below.You can create a
ComposedSchedule
by adding theBool
flag when defining theCosAnneal
, however, that leads to error when you try to get a learning rate down the line(this example uses
Exp(r, γ)
as the schedule)This can be remedied by passing the bool flag to the parameter list at the end:
Would be good to correct the documentation and/or the code. Not sure what the intended behavior is/should be
The text was updated successfully, but these errors were encountered: