fix-typo
dong zhihong 7 years ago
parent 99308b1876
commit 6f009cf8ba

@ -11,7 +11,7 @@ if not core.is_compile_gpu():
gpu_count = core.get_cuda_device_count()
if gpu_count <= 1:
exit(1)
exit(0)
g_scope = core.Scope()
g_ctx = core.DeviceContext.create(core.CPUPlace())

Loading…
Cancel
Save