Spaces:
Running
Running
tomas-gajarsky
commited on
Commit
·
ae7a2b7
1
Parent(s):
77fb271
Update config.merged.yml
Browse files- config.merged.yml +9 -9
config.merged.yml
CHANGED
@@ -142,8 +142,8 @@ analyzer:
|
|
142 |
_target_: facetorch.analyzer.predictor.FacePredictor
|
143 |
downloader:
|
144 |
_target_: facetorch.downloader.DownloaderGDrive
|
145 |
-
file_id:
|
146 |
-
path_local: /code/models/torchscript/predictor/verify/
|
147 |
device:
|
148 |
_target_: torch.device
|
149 |
type: ${analyzer.device}
|
@@ -158,13 +158,13 @@ analyzer:
|
|
158 |
- 112
|
159 |
- _target_: torchvision.transforms.Normalize
|
160 |
mean:
|
161 |
-
- 0.
|
162 |
-
- 0.
|
163 |
-
- 0.
|
164 |
std:
|
165 |
-
- 0.
|
166 |
-
- 0.
|
167 |
-
- 0.
|
168 |
device:
|
169 |
_target_: torch.device
|
170 |
type: ${analyzer.predictor.fer.device.type}
|
@@ -175,7 +175,7 @@ analyzer:
|
|
175 |
transform: None
|
176 |
device:
|
177 |
_target_: torch.device
|
178 |
-
type: ${analyzer.predictor.
|
179 |
optimize_transform: ${analyzer.optimize_transforms}
|
180 |
labels:
|
181 |
- abstract
|
|
|
142 |
_target_: facetorch.analyzer.predictor.FacePredictor
|
143 |
downloader:
|
144 |
_target_: facetorch.downloader.DownloaderGDrive
|
145 |
+
file_id: 1WI-mP_0mGW31OHfriPUsuFS_usYh_W8p
|
146 |
+
path_local: /code/models/torchscript/predictor/verify/2/model.pt
|
147 |
device:
|
148 |
_target_: torch.device
|
149 |
type: ${analyzer.device}
|
|
|
158 |
- 112
|
159 |
- _target_: torchvision.transforms.Normalize
|
160 |
mean:
|
161 |
+
- 0.5
|
162 |
+
- 0.5
|
163 |
+
- 0.5
|
164 |
std:
|
165 |
+
- 0.5
|
166 |
+
- 0.5
|
167 |
+
- 0.5
|
168 |
device:
|
169 |
_target_: torch.device
|
170 |
type: ${analyzer.predictor.fer.device.type}
|
|
|
175 |
transform: None
|
176 |
device:
|
177 |
_target_: torch.device
|
178 |
+
type: ${analyzer.predictor.verify.device.type}
|
179 |
optimize_transform: ${analyzer.optimize_transforms}
|
180 |
labels:
|
181 |
- abstract
|