wondervictor commited on
Commit
880417a
·
1 Parent(s): d4c62cd
Files changed (1) hide show
  1. condition/midas/midas/vit.py +1 -1
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):