Skip to content

Question about the output layer for classification #20

@mrchizx

Description

@mrchizx

Hi,

I have a question regarding the number of nodes/neurons for the output layer for classification CLP problem. To learn the representation, you can have the access to the whole dataset, and the meta objective is minimized by S_test sampled from \tau. Does it mean that the size of output layer is always fixed regardless how many classes the network has seemed so far?

I see the output size is always 1000 from the following code?

"config": {"out": 1000, "in": 9 * channels}

Thanks.

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