Skip to content

Add config parameters to network constructors: n_channel_input and output_softmax? #95

Closed
@jonalm

Description

@jonalm

Hi there,

I'm trying out the image networks for classification of data with some imagy-properities (e.g. x-y-locality) but not 3 channels like conventional images. As far as I can tell, the 3 input channels are hard coded in the network implementation. Would you consider a PR adding a n_channel_input = 3 keyword argument to the networks?

Also, would you consider a PR for an optional output_softmax = false parameter, which (if true) adds a final softmax layer?

best
Jon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions