Skip to content

Commit

Permalink
Disable partial quantization
Browse files Browse the repository at this point in the history
  • Loading branch information
umedan committed Mar 25, 2023
1 parent f8c75d5 commit c75be4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configs/lightNet-BDD100K-det-semaseg-1280x960.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ size=3
stride=2
pad=1
activation=relu
precision=fp32
#precision=fp16

# 1
[convolutional]
Expand Down Expand Up @@ -1203,6 +1203,7 @@ stride=1
pad=1
filters=20
activation=linear
#precision=fp16

[softmax]
groups=307200
Expand Down
2 changes: 1 addition & 1 deletion configs/lightNet-BDD100K-det-semaseg-1280x960.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@

#Support DLA for Xavier/Orin series
#--dla=[0/1]
--mp=true
#--mp=true

0 comments on commit c75be4a

Please sign in to comment.