Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
- [ ] ```git clone https://github.com/majauhar/UpsideDownDetector.git```
|
|
|
4 |
- [ ] ```pip install -r requirements.txt```
|
5 |
- [ ] ```python main.py --epochs=<Integer> --pretrained=[True/False]```
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- python
|
4 |
+
datasets:
|
5 |
+
- cifar10
|
6 |
+
metrics:
|
7 |
+
- Accuracy
|
8 |
+
|
9 |
+
---
|
10 |
+
|
11 |
+
# How to run locally from GitHub
|
12 |
|
13 |
- [ ] ```git clone https://github.com/majauhar/UpsideDownDetector.git```
|
14 |
+
- [ ] ```cd UpsideDownDetector```
|
15 |
- [ ] ```pip install -r requirements.txt```
|
16 |
- [ ] ```python main.py --epochs=<Integer> --pretrained=[True/False]```
|