Skip to content

Typos, missed imports, and broken lines #4

@Gaaaavin

Description

@Gaaaavin

In model.py, there are many typos and broken lines. Some imports are missed. e.g.

Line 14 should be
def forward(self, x, label, inference=False):

Missed imports are

import torch
import torch.functional as F
from torch.nn.parameter import Parameter

Without these edits, the released code is impossible to reproduce

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions