Skip to content

tests assertion failtues #2

@lonnietc

Description

@lonnietc

Greetings,

I have come across your nnetcpp library and was investigating its use recently.

I was able to compile the code and then ran the "./test all" which has resulted in assertion failures:


.
.
.
Final MSE: 0.273338
test_merge.cpp:62:Assertion
Test name: TestMerge::testSum
assertion failed

  • Expression: checkLearning(net, input, output, 0.001, 1000)
  • Learning a linear function using MergeSum

test_recurrent.cpp:110:Assertion
Test name: TestRecurrent::testLSTM
assertion failed

  • Expression: checkLearning(net, inputs[i], outputs[i], target, 1, true, true)
  • A test vector failed the parity test

Failures !!!

Run: 8 Failure total: 2 Failures: 2 Errors: 0

Any ideas on why?

Cheers,
Lonnie

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