sarus-tech / tf2-published-models

Sarus implementation of classical ML models. The models are implemented using the Keras API of tensorflow 2. Vizualization are implemented and can be seen in tensorboard.

Home Page:https://sarus.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sarus published models

Sarus implementation of classical ML models. The models are implemented using the Keras API of tensorflow 2. Vizualization are implemented and can be seen in tensorboard.

The required packages are managed with pipenv and can be installed using pipenv install. Please see the pipenv documentation for more information.

Philosophy

These models' implementations are intended to be easy to read and to adapt by making use of the latest Tensorflow 2 library and Keras API.

Basic usage

To install and train a model.

pipenv install
pipenv shell
python train.py

To visualize losses and reconstructions.

tensorboard --logdir ./logs/

Available models

About

Sarus implementation of classical ML models. The models are implemented using the Keras API of tensorflow 2. Vizualization are implemented and can be seen in tensorboard.

https://sarus.tech/

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Shell 0.4%