Skip to content
Discussion options

You must be logged in to vote

All of these issues are related to the softmax. You can see changes in the tails if you make any of these changes:

  • Increase the softmax table size by, for example, adding config['LayerName']['softmax']['TableSize'] = 4096 to the config.
  • Choose a different softmax implementation, for example, config['LayerName']['softmax']['Implementation'] = 'latency'

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jmitrevs
Comment options

Answer selected by sgazagnes
@sgazagnes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants