File size: 305 Bytes
cb8da16 e9aa813 cb8da16 deb7039 cb8da16 deb7039 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
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]```
|