Added model description
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
---
|
2 |
license: cc-by-3.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-3.0
|
3 |
---
|
4 |
+
Architecture: Resnet-18 with two modifications.
|
5 |
+
1. 1 channel Conv2D as the first layer.
|
6 |
+
2. 2-way output on FC layer.
|
7 |
+
|
8 |
+
Training procedure:
|
9 |
+
1. Pre-trained in ImageNet.
|
10 |
+
2. Further training on FashionMNIST.
|
11 |
+
3. Final training on the task of predicting if Fashion-MNIST images are flipped vertically or not.
|