Skip to content

i have a question about feature map #4

@duyor

Description

@duyor

I think that the operation of obtaining a feature map is not simply a matter of dimensioning the network output. Because each feature map is transitioned through operations such as convolution.

def forward(self, x):
"""
feed forward
"""
y = self.densenet.features(x)

output = []
for stop in self.stdn_in:
    output.append(y[:, :stop, :, :])

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