Skip to content

to_categorical(totalY, nb_classes=11) is giving same value for any totalY #7

@neolivz

Description

@neolivz

I had to do
totalY = np.concatenate( totalY, axis=0 )
before doing
totalY = to_categorical(totalY, nb_classes=11)

totalY = to_categorical(totalY, nb_classes=11)

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