- Data preprocessing
- Label extraction
- FCNN classifier generation
- Train model
- Predict data
- Valid python 2.7+/3.5+
- Install Tensorflow with low level instruction for CPU/GPU please refer
- Install required libraries
pip install -r requirements.txt
- Check python style or static checks (>8.5 score)
pylint python/*.py
- Run train phase for different classifiers
python3 python/dev2_model.py --classification 4 --cache
- Run train phase for different classifiers
python3 python/dev2_model.py --classification 4 --predict --cache