https://github.com/devzhk/fer2013
https://github.com/devzhk/fer2013
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devzhk/fer2013
- Owner: devzhk
- Created: 2019-06-13T01:13:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T01:49:27.000Z (about 7 years ago)
- Last Synced: 2025-02-22T05:42:06.613Z (over 1 year ago)
- Language: Python
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FER2013
- To train model:
python main.py --model VGG13 --bs 64
- To eval model:
python eval.py
- To apply adversarial attack and defense:
python FGSM.py
- To plot confusion matrix:
python plotcm.py