An open API service indexing awesome lists of open source software.

https://github.com/bryanlimy/tf2-classifier


https://github.com/bryanlimy/tf2-classifier

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Simple classifier with TensorFlow 2.0

### Requirements
```
pip install tensorflow==2.0.0-alpha tensorflow-datasets
```

### Run
- simple sequential model
```
python simple.py
```
- functional model with custom training loop
```
python custom.py
tensorboard --logdir runs
```
- functional model with TensorBoard hparams tuning
```
python tuning.py
tensorboard --logdir runs
```