Skip to content

Commit

Permalink
Fix typo in path (#109)
Browse files Browse the repository at this point in the history
* Fix typo in path

* Update autoencoding.py
  • Loading branch information
avik-pal committed Jul 2, 2019
1 parent 0b10f84 commit 803209b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgan/models/autoencoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import torch.nn as nn
import torch.nn.functional as F

from ..models import Discriminator, Generator
from .model import Discriminator, Generator

__all__ = ["AutoEncodingGenerator", "AutoEncodingDiscriminator"]

Expand Down

0 comments on commit 803209b

Please sign in to comment.