Skip to content

Questions about FCN #12

@tengerye

Description

@tengerye

May I ask two questions of your FCN code please?

  1. Traditional sequential data is of three dimensions: (batch_size, sequence_length, sequence_dimension). Why the data is four dimension in your code?

  2. In your paper, you stated that "the features are fed into a global average pooling layer instead of a fully connected layer." But you implemented the fully connected layer
    out = keras.layers.Dense(nb_classes, activation='softmax')(full). Why is that?

Thank you in advance.

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