visionshao / FYP

My FYP proj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FYP

My FYP proj

To run the resnet_finetune

  • Put fer2013.csv in "data" folder
  • python fer2013.py
  • python preprocess_fer2013.py
  • nohup python -u resnet_finetune.py 2>&1 | tee -a result.txt &

To test the model

  • nohup python -u test.py 2>&1 | tee -a test_result.txt &

About

My FYP proj

License:MIT License


Languages

Language:Jupyter Notebook 97.7%Language:Python 2.3%