AxisCommunications / onnx-to-keras

Convert onnx models exported from pytorch to tensorflow keras models with focus on performace and highleve compatibility.
MIT License
25 stars 13 forks source link

add log_softmax operation #44

Open sfluegel05 opened 2 years ago

sfluegel05 commented 2 years ago

Describe your changes

I needed a translation of the LogSoftmax operation into keras, so I added it here.

Checklist before requesting a review