Skip to content

Implementation of a Triplet Neural Network to solve classification problems using pytorch-lighting

Notifications You must be signed in to change notification settings

khalld/triplet-trashbin-classifier

Repository files navigation

Triplet Network Trashbin Classifier

Setup

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

About

Implementation of a Triplet Neural Network to solve classification problems using pytorch-lighting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published