Skip to content

Input reshape #2

Open
Open
@cutlass90

Description

@cutlass90

Why you reshape input before passing to encoder?

def forward(self, x):
      mu, logvar = self.encode(x.view(-1, self.nc, self.ndf, self.ngf))

line 149
self.ndf, self.ngf - are numbers of filters(channels). Am I wrong?

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