Skip to content

Commit

Permalink
change NN dual_buff arg default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Dec 18, 2024
1 parent a1913ee commit 4f67346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vision/ai_vision/nn_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
model_path = "/root/models/yolov8n.mud"
run_times = 20

model = nn.NN(model_path)
model = nn.NN(model_path, dual_buff=False)

# input
print("\ninputs:")
Expand Down

0 comments on commit 4f67346

Please sign in to comment.