Skip to content
Discussion options

You must be logged in to vote

Hi @Kiarashdnsh, thanks for your interest here.

I guess you want to use the 'fully convolutional network' (FCN) model to segment your images instead of the fully-connected network (FullyConnectedNet) which is used to do classification. FullyConnectedNet should accept one-dimensional data, shape like Batch_size*Channel.

Simple full-connected layer neural network composed of a sequence of linear layers with PReLU activation and
dropout. The network accepts input with `in_channels` channels, has output with `out_channels` channels, and
hidden layer output channels given in `hidden_channels`. If …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Kiarashdnsh
Comment options

Answer selected by Kiarashdnsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants