Skip to content

Commit

Permalink
fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarez5341 committed Apr 1, 2019
1 parent 8c9df7c commit 1cc1601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def train(self, epochs=25):
self.save(epoch)

def trainGANs(n=100, datadir='data/gan/'):
for i in range(11, n):
for i in range(n):
try:
os.mkdir(datadir+str(i))
except FileExistsError:
Expand Down

0 comments on commit 1cc1601

Please sign in to comment.