FluxML/fluxml.github.io

getting started webpage error

luigiannelli opened this issue · 1 comments

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.

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