UpsideDownDetector / README.md
Jauhar's picture
Update README.md
e9aa813
|
raw
history blame contribute delete
No virus
305 Bytes
---
language:
- en
datasets:
- cifar10
---
# How to run locally from GitHub
- [ ] ```git clone https://github.com/majauhar/UpsideDownDetector.git```
- [ ] ```cd UpsideDownDetector```
- [ ] ```pip install -r requirements.txt```
- [ ] ```python main.py --epochs=<Integer> --pretrained=[True/False]```