mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Remove debugging line
This commit is contained in:
@ -103,7 +103,7 @@ if os.name == "nt":
|
||||
raise ValueError("ForceCPU")
|
||||
except NameError:
|
||||
pass
|
||||
print(os.environ.keys())
|
||||
# print(os.environ.keys())
|
||||
print("FORCE_CPU flag undefined, proceeding with GPU")
|
||||
if not os.path.exists(winGPUdll):
|
||||
raise ValueError("NoDLL")
|
||||
|
Reference in New Issue
Block a user