Philip Kahn
2018-05-04 29f3c3731407ca6d6725182351276c2d8a739ee2
Remove debugging line
1 files modified
2 ■■■ changed files
build/darknet/x64/darknet.py 2 ●●● patch | view | raw | blame | history
build/darknet/x64/darknet.py
@@ -103,7 +103,7 @@
                    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")