Skip to content

022cnn的reshape #19

@buzhihuoyefeng

Description

@buzhihuoyefeng

cnn中为什么有这个步骤,第一维的负一是什么意思
x_train = x_train.reshape((-1,28,28,1))
x_test = x_test.reshape((-1,28,28,1))

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