Deep Learning Challenge
Participants :
- ANDRIAMASY Yandi
- DE MONTBRUN Benoît
- LE GALL Corentin
- MESSAOUDI Rayan
How to use our script :
- the call python3 main.py train PATHTOTRAININGSET is training the best model we deliver with the training set given in the path PATHTOTRAININGSET.
- the call python3 main.py test PATHTOCHECKPOINT PATHTOTESTSET PATHTOTRAININGSET is loading the model whose checkpoint full path is PATHTOCHECKPOINT, testing the model on the data provided in PATHTOTEST*SET and outputting the label CSV file ready for submission