remove unnecessary print
This commit is contained in:
@@ -55,7 +55,7 @@ def init_rknn(rknnModel, id) -> RKNNLite:
|
|||||||
|
|
||||||
if ret != 0:
|
if ret != 0:
|
||||||
raise RuntimeError("Init runtime environment failed")
|
raise RuntimeError("Init runtime environment failed")
|
||||||
print(rknnModel, "\t\tdone")
|
|
||||||
return rknn_lite
|
return rknn_lite
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user