Skip to content

Commit 4f67346

Browse files
committed
change NN dual_buff arg default to false
1 parent a1913ee commit 4f67346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vision/ai_vision/nn_forward.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
model_path = "/root/models/yolov8n.mud"
55
run_times = 20
66

7-
model = nn.NN(model_path)
7+
model = nn.NN(model_path, dual_buff=False)
88

99
# input
1010
print("\ninputs:")

0 commit comments

Comments
 (0)