FluxML / FluxTraining.jl

A flexible neural net training library inspired by fast.ai
https://fluxml.ai/FluxTraining.jl
MIT License
117 stars 25 forks source link

CompatHelper: bump compat for ParameterSchedulers to 0.4, (keep existing compat) #162

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 6 months ago

This pull request changes the compat entry for the ParameterSchedulers package from 0.3.1 to 0.3.1, 0.4. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

github-actions[bot] commented 6 months ago

A documentation preview has been successfully built, view it here: Documentation preview PR-162

ToucheSir commented 6 months ago

This can't be merged as-is because somewhere is expecting Scheduler to be defined. Changes will either need to be made to FluxTraining or ParameterSchedulers before doing so.