onnx2pytorch
onnx2pytorch copied to clipboard
PR to add LogSoftmax, and also has some code cleanup
PR summary:
- Add
LogSoftmax, used in several SOTA CNN models. - Some hyperparameters for Activation operations were hardcoded, taking the values from the
nodenow (eg:Softplus). - Remove unused variables
Hi! Thanks for contributing. A test that covers the new function would be necessary before I can merge this in.