FluxML/fluxml.github.io

Error when running Getting Started example

iliailmer opened this issue · 2 comments

Hi, I encountered an error when calling params when going over the Getting Started example here.

The lines that caused my error were from step 6:

ps = params(W, b)

Which can be fixed via

ps = Flux.params(W, b)

I am unsure where the source of this doc is so that I could submit a PR for this. I ran it on Julia-1.8.0-rc4, Apple Silicon Mac.

I will close this issue (resolved with #138 ), thanks for the pointer to the source file!