FluxML / fluxml.github.io

Flux Website
https://fluxml.ai
MIT License
20 stars 45 forks source link

getting started webpage error #132

Closed luigiannelli closed 1 year ago

luigiannelli commented 2 years ago

in the getting started page the command ps = params(W, b) returns

ERROR: UndefVarError: params not defined
Stacktrace:
 [1] top-level scope
   @ REPL[17]:1
 [2] top-level scope
   @ ~/.julia/packages/CUDA/GGwVa/src/initialization.jl:52

while ps = Flux.params(W, b) works correctly. maybe fix the getting started page.

ToucheSir commented 2 years ago

Looks like a quick change, care to drop a PR?