Skip to content

Commit 33d64f3

Browse files
committed
lint
1 parent 10e6f1b commit 33d64f3

File tree

1 file changed

+1
-1
lines changed
  • replication/sanakoyeu_et_al_2018

1 file changed

+1
-1
lines changed

replication/sanakoyeu_et_al_2018/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def training(args):
5656

5757
for style in styles:
5858
style_dataset = paper.style_dataset(
59-
path.join(args.dataset_dir, "style"), style, impl_params=args.impl_params, download=True
59+
path.join(args.dataset_dir, "style"), style, impl_params=args.impl_params
6060
)
6161
style_image_loader = paper.image_loader(
6262
style_dataset,

0 commit comments

Comments
 (0)