-
Download Anaconda.
-
Create a new environment:
conda create -n [ENV_NAME] python=3.7 conda activate [ENV_NAME]
-
Install MNISTPairDetector
cd ~ git clone https://github.com/lsorgi/MNISTDigitPairDetector.git cd MNISTPairDetector pip install -e .
cd ~/MNISTPairDetector
python ./bin/run_training.py -c ./cfg/cfg.json -o ./models
Logs are available on Tensorboard
tensorboard --logdir=./models