Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed May 22, 2019
1 parent 3615916 commit d0c3791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/caffe_converter/test_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def main():
gpus = [-1]
default_batch_size = 32
else:
num_gpus = mx.context.nu_gpus()
num_gpus = mx.context.num_gpus()
assert num_gpus, 'At least one GPU is needed to run test_converter in GPU mode'
default_batch_size = 32 * num_gpus

Expand Down

0 comments on commit d0c3791

Please sign in to comment.