We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54aba26 commit 0a0c165Copy full SHA for 0a0c165
MARGE.py
@@ -187,7 +187,7 @@ def MARGE(confile):
187
"GPU, your system and/or environment may not be" + \
188
" set up correctly.")
189
sys.exit(1)
190
- if use_cpu and gpu_detected:
+ if use_cpu and ngpu_detected:
191
logger.warning("GPU detected, but configuration file says to use the CPU. " +\
192
"MARGE execution will be slower compared to using the GPU.\n")
193
if use_cpu and trainflag:
0 commit comments