Skip to content

typo in lsgan/model.py #4

@Emilio856

Description

@Emilio856

Lines 48 and 52 build the third batch normalization layer into the model. In line 52 it should be the fourth one, so it shoul be x = self.batch_norm_4(x, training) instead of x = self.batch_norm_3(x, training)

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