Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnHo committed Apr 11, 2018
1 parent e009f7e commit c3a4e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@


""" load checkpoint """
ckpt_dir = './checkpoints/celeba_dcgan'
ckpt_dir = './checkpoints/horse2zebra'
utils.mkdir(ckpt_dir)
try:
ckpt = utils.load_checkpoint(ckpt_dir)
Expand Down

0 comments on commit c3a4e56

Please # to comment.