run a binary classification experiment using: python main.py -c configs/simple_conv_model.json
run a multi-label classification experiment using: python main_multi_label.py -c configs/multi_label_conv_model.json
run latest experiment using: python main_complex.py -c configs/complex_conv_model.json
The project structure is adapted from https://github.com/MrGemy95/Tensorflow-Project-Template