Skip to content

Commit

Permalink
Use the configuration of FP16 by default. (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpj1234 authored Nov 28, 2024
1 parent 3a40bbc commit b34d799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yolo11/include/config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//#define USE_FP16
#define USE_FP16
// #define USE_FP32
#define USE_INT8
// #define USE_INT8

const static char* kInputTensorName = "images";
const static char* kOutputTensorName = "output";
Expand Down

0 comments on commit b34d799

Please sign in to comment.