Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TachibanaYoshino authored Dec 3, 2021
1 parent 79e5123 commit e8d48c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ def test(checkpoint_dir, style_name, test_dir, if_adjust_brightness, img_size=[2
if __name__ == '__main__':
arg = parse_args()
print(arg.checkpoint_dir)
test(arg.checkpoint_dir, arg.style_name, arg.test_dir, arg.if_adjust_brightness)
test(arg.checkpoint_dir, arg.save_dir, arg.test_dir, arg.if_adjust_brightness)

0 comments on commit e8d48c4

Please sign in to comment.