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

Commit

Permalink
change version number to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daisyden committed Mar 4, 2019
1 parent 2135dfb commit 58d4396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
DYNAMIC_VERSION_MAJOR := 1
DYNAMIC_VERSION_MINOR := 1
DYNAMIC_VERSION_REVISION := 4
DYNAMIC_VERSION_REVISION := 5
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
#DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR)
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR).$(DYNAMIC_VERSION_REVISION)
Expand Down
1 change: 1 addition & 0 deletions run_accuracy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# loss3/top-1 = 0.75522
# loss3/top-5 = 0.926621

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

Expand Down

0 comments on commit 58d4396

Please sign in to comment.