razmars commited on
Commit
0742106
·
verified ·
1 Parent(s): f0f208d

Update modeling_super_linear.py

Browse files
Files changed (1) hide show
  1. modeling_super_linear.py +2 -0
modeling_super_linear.py CHANGED
@@ -327,6 +327,8 @@ class SparseNoisyMoE(nn.Module):
327
 
328
  if inputs.dim() == 2:
329
  I = I.squeeze(2)
 
 
330
 
331
 
332
  def fourier_interp_dim1(self,x, target_len: int = 512):
 
327
 
328
  if inputs.dim() == 2:
329
  I = I.squeeze(2)
330
+
331
+ return I
332
 
333
 
334
  def fourier_interp_dim1(self,x, target_len: int = 512):