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")
|
raise ValueError("ForceCPU")
|
||||||
except NameError:
|
except NameError:
|
||||||
pass
|
pass
|
||||||
print(os.environ.keys())
|
# print(os.environ.keys())
|
||||||
print("FORCE_CPU flag undefined, proceeding with GPU")
|
print("FORCE_CPU flag undefined, proceeding with GPU")
|
||||||
if not os.path.exists(winGPUdll):
|
if not os.path.exists(winGPUdll):
|
||||||
raise ValueError("NoDLL")
|
raise ValueError("NoDLL")
|
||||||
|
Reference in New Issue
Block a user