Skip to content

Error when running Getting Started example #137

@iliailmer

Description

@iliailmer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions