Skip to content

NOTE: NN.print()'s floating point precision, is inucurate at the last decimal digit. #25

@GiorgosXou

Description

@GiorgosXou

This means that if you copy-paste the printed-weights from the serial output, into another neural-network, there's going to be some slight noise to the output (when you run it). This is a result of Serial.print(weights[i][j], DFLOAT_LEN); where DFLOAT_LEN is 7 but the print-function rounds it in a weirdly way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions