Konverter icon indicating copy to clipboard operation
Konverter copied to clipboard

Convert simple Keras models to pure Python 🐍+ NumPy

Results 6 Konverter issues
Sort by recently updated
recently updated
newest added

Firstly, nice work on this project -- this looks really cool! I'm working on a computer vision project, and would love to use Konverter to convert some pre-trained models. As...

layer support

Some I'd like to work on including are: - [x] LeakyReLU - [ ] PReLU

activation support

Will probably not be worked on for a while due to supporting GRU. GRU is also faster since it has one less gate.

layer support

Some fairly common ones that should be supported: - Conv1D - Conv2D - Conv3D

enhancement

[KonverterSupport](https://github.com/ShaneSmiskol/Konverter/blob/master/konverter/utils/konverter_support.py) and the [model_attributes.py](https://github.com/ShaneSmiskol/Konverter/blob/master/konverter/utils/model_attributes.py) file should be refactored to more cleanly work together. For example, better class variables in `KonverterSupport` that are more clearly named and grab their contents from...

Installing with pip forces the version of NumPy. This didn't work in my environment, which is still a bit experimental (TensorFlow on Apple Silicon). Would it be possible to only...