Spaces:
Running
Running
Pallavi Bhoj commited on
Commit ·
a8714db
1
Parent(s): baa1bf1
Update siamese_model.t7
Browse files
app/Hackathon_setup/face_recognition_model.py
CHANGED
|
@@ -40,7 +40,7 @@ class Siamese(torch.nn.Module):
|
|
| 40 |
nn.Linear(500, 500),
|
| 41 |
nn.ReLU(inplace=True),
|
| 42 |
|
| 43 |
-
nn.Linear(500,
|
| 44 |
#YOUR CODE HERE
|
| 45 |
|
| 46 |
# forward_once is for one image. This can be used while classifying the face images
|
|
|
|
| 40 |
nn.Linear(500, 500),
|
| 41 |
nn.ReLU(inplace=True),
|
| 42 |
|
| 43 |
+
nn.Linear(500, 5))
|
| 44 |
#YOUR CODE HERE
|
| 45 |
|
| 46 |
# forward_once is for one image. This can be used while classifying the face images
|
app/Hackathon_setup/siamese_model.t7
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:308c42e478113daa61cf87102cc90c11fdc92ba09d14b15f73e6bf19fe823b69
|
| 3 |
+
size 161026623
|