We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1913ee commit 4f67346Copy full SHA for 4f67346
examples/vision/ai_vision/nn_forward.py
@@ -4,7 +4,7 @@
4
model_path = "/root/models/yolov8n.mud"
5
run_times = 20
6
7
-model = nn.NN(model_path)
+model = nn.NN(model_path, dual_buff=False)
8
9
# input
10
print("\ninputs:")
0 commit comments