Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
mchong6 committed Nov 5, 2021
1 parent 3ea7822 commit dfb1cca
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 @@ -465,7 +465,7 @@ def train(args, loader, generator, discriminator, g_optim, d_optim, g_ema, devic
os.makedirs(f'checkpoint_{args.dataset}', exist_ok=True)
os.makedirs(f'sample_{args.dataset}', exist_ok=True)

dataset = ImageFolder('../UI2I_via_StyleGAN2/cartoon', transform)
dataset = ImageFolder('./cartoon', transform)
loader = data.DataLoader(
dataset,
batch_size=args.batch,
Expand Down

0 comments on commit dfb1cca

Please sign in to comment.