Skip to content

Test the classification  #3

@rangeardt

Description

@rangeardt

When i reach the test step i got this error


File "main.py", line 102, in <module>
    main(is_interactive=True)
  File "main.py", line 78, in main
    result_matrix = np.reshape(result, (len(classes), test_count))
  File "/usr/local/lib/python2.7/dist-packages/numpy/core/fromnumeric.py", line 232, in reshape
    return _wrapfunc(a, 'reshape', newshape, order=order)
  File "/usr/local/lib/python2.7/dist-packages/numpy/core/fromnumeric.py", line 57, in _wrapfunc
    return getattr(obj, method)(*args, **kwds)
ValueError: cannot reshape array of size 4543 into shape (102,22)

and i don't know why

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