AlexanderLutsenko / nobuco

Pytorch to Keras/Tensorflow/TFLite conversion made intuitive
MIT License
263 stars 17 forks source link

Added math-sign converter #41

Closed crimson206 closed 5 months ago

crimson206 commented 5 months ago

It is in order to implement the converter for torch.sign and torch.Tensor.sign.

Please check the colab Notebook.