# download the dataset
git clone https://github.com/brendenlake/omniglot.git
cd omniglot/python
unzip images_evaluation.zip
unzip images_background.zip
cd ../..
# Now create a directory to save models
mkdir models
# Train the model using
python3 train.py --train_path omniglot/python/images_background \
--test_path omniglot/python/images_evaluation \
--gpu_ids 0 \
--model_path models
# Evaluate the model using
python3 evaluate.py
#Plot graph of loss using
python3 plot_loss.py
#Save examples of affine transformations using
python3 affine.py