Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 58d4396

Browse files
committed
change version number to 1.1.5
1 parent 2135dfb commit 58d4396

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
102102
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
103103
DYNAMIC_VERSION_MAJOR := 1
104104
DYNAMIC_VERSION_MINOR := 1
105-
DYNAMIC_VERSION_REVISION := 4
105+
DYNAMIC_VERSION_REVISION := 5
106106
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
107107
#DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR)
108108
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR).$(DYNAMIC_VERSION_REVISION)

run_accuracy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# loss3/top-1 = 0.75522
77
# loss3/top-5 = 0.926621
88

9+
bs=50
910
prototxt="./models/intel_optimized_models/resnet50_v1/resnet50_int8_acc.prototxt"
1011
sed -i "1,/dim/s/dim.*/dim:$bs/" $prototxt
1112

0 commit comments

Comments
 (0)