Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,8 @@ datasets:
|
|
8 |
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
-
---
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
+
---
|
12 |
+
|
13 |
+
# Up-Down Classification
|
14 |
+
|
15 |
+
This repo has the weights of resnet-18 model training on cifar-10 custom data, where some images are made upside down, and the goal is to predict the orientation of the image(0/1 classification task).
|