Skip to content

Commit

Permalink
Fixed comment on GPU_COUNT (matterport#878)
Browse files Browse the repository at this point in the history
Fixed comment on GPU_COUNT
  • Loading branch information
maxfrei750 authored and waleedka committed Sep 21, 2018
1 parent 61834b4 commit 80cac4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrcnn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Config(object):
# experiment is running.
NAME = None # Override in sub-classes

# NUMBER OF GPUs to use. For CPU training, use 1
# NUMBER OF GPUs to use. When using only a CPU, this needs to be set to 1.
GPU_COUNT = 1

# Number of images to train with on each GPU. A 12GB GPU can typically
Expand Down

0 comments on commit 80cac4c

Please sign in to comment.