Skip to content

Is this warning expected? #10

Description

@diegueins680

When running the XOR.hs example, I get the following warning:
AI/Layer.hs:49:59: Warning:
Fields of Layer' not initialised: neuron In the first argument ofreturn', namely `Layer {..}'
In a stmt of a 'do' block: return (Layer {..})
In the expression:
do { weightMatrix <- get;
biasVector <- get;
return (Layer {..}) }
==> XOR predictions:
** On entry to DGEMM parameter number 13 had an illegal value
** On entry to DGEMM parameter number 13 had an illegal value
** On entry to DGEMM parameter number 13 had an illegal value
** On entry to DGEMM parameter number 13 had an illegal value
** On entry to DGEMM parameter number 13 had an illegal value
XOR.hs: different dimensions 1 and 2 in dot product

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions