Skip to content

Commit

Permalink
arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Janetalready committed Sep 21, 2022
1 parent a403532 commit bf0a07c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils_dreamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def parse_arguments():
'--resume_path', default=None, help='pretrained folder')
parser.add_argument(
'--setting', default='complete', help='game settings')
parser.add_argument('--cuda', type=int, default=1, help='enables cuda')
parser.add_argument('--max_step', type=int,
help='number of drawing steps', default=10)
parser.add_argument('--num_stroke', type=int,
Expand Down

0 comments on commit bf0a07c

Please sign in to comment.