https://github.com/bryanlimy/tf2-classifier
https://github.com/bryanlimy/tf2-classifier
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bryanlimy/tf2-classifier
- Owner: bryanlimy
- Created: 2019-03-29T19:20:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T16:42:21.000Z (about 7 years ago)
- Last Synced: 2025-02-09T23:19:04.519Z (over 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```