- Report available here
- Checkpoints and tensorboard logs available here
- Dataset available here
- Trashbin Classifier (old project)
Manage multiple python version with pyenv
brew install pyenv
pyenv install 3.9.9
virtualenv -p /Users/youusername/.pyenv/versions/3.5.0/bin/python3.5 venv
source venv/bin/activate
pip install -r requirements.txt
Tensorboard:
tensorboard --logdir models/logs