Skip to content

Commit

Permalink
Fix relu6 (#35)
Browse files Browse the repository at this point in the history
* add support for relu6

* fix relu6
  • Loading branch information
iceflame89 authored and dgschwend committed Jul 11, 2018
1 parent 06756ce commit 8ae36d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/netscope.js
Original file line number Diff line number Diff line change
Expand Up @@ -16343,6 +16343,7 @@ module.exports = Analyzer = class Analyzer {
break;
//relu/dropout use some memory, do some comparisons
case "relu":
case "relu6":
case "elu":
case "prelu":
case "dropout":
Expand Down

0 comments on commit 8ae36d8

Please sign in to comment.