We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1b13b commit e77895dCopy full SHA for e77895d
src/aging_gan/model.py
@@ -29,7 +29,7 @@ def forward(self, x: Tensor) -> Tensor:
29
30
31
class Generator(nn.Module):
32
- """ResNet‑style generator used for domain translation."""
+ """ResNet-style generator used for domain translation."""
33
34
def __init__(self, ngf: int, n_residual_blocks: int = 9) -> None:
35
super().__init__()
0 commit comments