Spaces:
Running
on
Zero
Running
on
Zero
wondervictor
commited on
Commit
·
880417a
1
Parent(s):
d4c62cd
update
Browse files
condition/midas/midas/vit.py
CHANGED
@@ -223,7 +223,7 @@ def forward_flex(self, x):
|
|
223 |
return x
|
224 |
|
225 |
|
226 |
-
activations =
|
227 |
|
228 |
|
229 |
def get_activation(name):
|
|
|
223 |
return x
|
224 |
|
225 |
|
226 |
+
activations = []
|
227 |
|
228 |
|
229 |
def get_activation(name):
|