Skip to content

Commit

Permalink
Update basic_example.rst (#113)
Browse files Browse the repository at this point in the history
The trailing comma in the import statements caused a traceback..
  • Loading branch information
jspisak authored and avik-pal committed Sep 2, 2019
1 parent 8c2bc99 commit a53e8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started/basic_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ First we import the necessary files
import torchvision.transforms as transforms
import torchgan
from torchgan.models import DCGANGenerator, DCGANDiscriminator
from torchgan.losses import MinimaxGeneratorLoss, MinimaxDiscriminatorLoss,
from torchgan.losses import MinimaxGeneratorLoss, MinimaxDiscriminatorLoss
from torchgan.trainer import Trainer
Now write a function which returns the ``data loader`` for ``CIFAR10``.
Expand Down

0 comments on commit a53e8ec

Please sign in to comment.