Here are a few public projects I implemented:
- A manager for json files, if you define the experiment parameters using json files, this manager may come handy. See the gitlab page or the pypi page.
- A package for tensorflow models. This implements batch-normalization folding for keras models. You can check the gitlab page or the pypi page.
- A basic toturial on deep neural networks compression. Check the gitlab page.
- A simple package to clean the tensorflow Bert models (to have a cleaner load in the Netron). Check the gitlab page.