onnx2pytorch icon indicating copy to clipboard operation
onnx2pytorch copied to clipboard

PR to add LogSoftmax, and also has some code cleanup

Open Arka161 opened this issue 3 years ago • 1 comments

PR summary:

  • Add LogSoftmax, used in several SOTA CNN models.
  • Some hyperparameters for Activation operations were hardcoded, taking the values from the node now (eg: Softplus).
  • Remove unused variables

Arka161 avatar Dec 12 '21 09:12 Arka161

Hi! Thanks for contributing. A test that covers the new function would be necessary before I can merge this in.

Talmaj avatar Sep 11 '24 15:09 Talmaj