apeforest commented on issue #15169: Softmax with length
URL: https://github.com/apache/incubator-mxnet/pull/15169#issuecomment-512582221
 
 
   This PR is more like patching an existing function to implement a feature 
which is not generically needed. From software engineering practice, this PR 
introduced unnecessary redundancy in the code and the performance impact is not 
well measured. 
   
   As we discussed offline, if this feature is urgently needed and the code has 
to be patched in such a way to maintain backward compatibility, it might be 
okay to ship as it is. However, we should add a TODO in MXNet 2.0 to rewrite 
softmax from scratch taking into consideration of all the required scenarios 
and how to make it extensible.
   
   @szha for review and final approve.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to