Upload 3 files
Browse files- tasks/H.npy +3 -0
- tasks/audio.py +0 -4
- tasks/model.joblib +3 -0
tasks/H.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5b7bf9ff7240c43f532650b661e94d16f6da2d0be2c6c583a5b6cc0da226b87
|
| 3 |
+
size 34688
|
tasks/audio.py
CHANGED
|
@@ -91,10 +91,6 @@ async def evaluate_audio(request: AudioEvaluationRequest):
|
|
| 91 |
W_test = np.dot(test_spec, H)
|
| 92 |
model = joblib.load('model.joblib')
|
| 93 |
|
| 94 |
-
test_spec = create_spec(test_dataset)
|
| 95 |
-
model = joblib.load("3000_40_100/model.joblib")
|
| 96 |
-
H = np.load("3000_40_100/H.npy")
|
| 97 |
-
W_test = np.dot(test_spec, H)
|
| 98 |
#--------------------------------------------------------------------------------------------
|
| 99 |
# YOUR MODEL INFERENCE CODE HERE
|
| 100 |
# Update the code below to replace the random baseline by your model inference within the inference pass where the energy consumption and emissions are tracked.
|
|
|
|
| 91 |
W_test = np.dot(test_spec, H)
|
| 92 |
model = joblib.load('model.joblib')
|
| 93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
#--------------------------------------------------------------------------------------------
|
| 95 |
# YOUR MODEL INFERENCE CODE HERE
|
| 96 |
# Update the code below to replace the random baseline by your model inference within the inference pass where the energy consumption and emissions are tracked.
|
tasks/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33688213987985901a75886484a540a423d9e0d5967fd4a49a79c74aadb8697a
|
| 3 |
+
size 1350138
|