FluxML / FastAI.jl

Repository of best practices for deep learning in Julia, inspired by fastai
https://fluxml.ai/FastAI.jl
MIT License
585 stars 51 forks source link

Use `Adam` instead of `ADAM` #247

Closed lorenzoh closed 2 years ago

lorenzoh commented 2 years ago

The ADAM spelling was deprecated in a recent Flux.jl release, leading to deprecation warnings which failed FastAI.jl's CI.