Skip to content

Commit

Permalink
remove cuda flag (default run on cpu)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyolicoris committed Dec 14, 2018
1 parent 806968e commit bba4a88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fast_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ def main(config, resume, npzfile, outfile, c):
parser.add_argument('npzfile', type=str)
parser.add_argument('outfile', type=str)
parser.add_argument('-c', type=float, default=1.)
parser.add_argument('--cuda', action='store_true')
parser.add_argument('-r', '--resume', default=None, type=str,
help='path to latest checkpoint (default: None)')

Expand Down

0 comments on commit bba4a88

Please sign in to comment.