Jauhar commited on
Commit
cb8da16
1 Parent(s): deb7039

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,5 +1,16 @@
1
- # How to run locally
 
 
 
 
 
 
 
 
 
 
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]```