Skip to content

Commit

Permalink
Added auto softmax metadata for action_recognition (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzizZayed authored May 20, 2021
1 parent d7ef4ec commit f24dad9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"height": 224,
"resize": true,
"normalize": true,
"synsetFileName": "classes.txt"
"synsetFileName": "classes.txt",
"applySoftmax": true
},
"files": {
"classes": {
Expand Down Expand Up @@ -60,7 +61,8 @@
"height": 299,
"resize": true,
"normalize": true,
"synsetFileName": "classes.txt"
"synsetFileName": "classes.txt",
"applySoftmax": true
},
"files": {
"classes": {
Expand Down

0 comments on commit f24dad9

Please sign in to comment.