fixed spelling error
This commit is contained in:
parent
e5a5618160
commit
59b2784e92
|
@ -222,9 +222,4 @@ class AIIArecursive(AIIA):
|
||||||
processed_patches.append(pp)
|
processed_patches.append(pp)
|
||||||
|
|
||||||
combined_output = torch.mean(torch.stack(processed_patches, dim=0), dim=0)
|
combined_output = torch.mean(torch.stack(processed_patches, dim=0), dim=0)
|
||||||
return combined_output
|
return combined_output
|
||||||
|
|
||||||
config = AIIAConfig()
|
|
||||||
model2 = AIIABaseShared(config)
|
|
||||||
|
|
||||||
model2.save("shared")
|
|
|
@ -1,2 +1,2 @@
|
||||||
from .config import AIIAConfig
|
from .config import AIIAConfig
|
||||||
from .Model import AIIA, AIIABase, AIIAchunked, AIIAExpert, AIIAmoe, AIIAresursive
|
from .Model import AIIA, AIIABase, AIIAchunked, AIIAExpert, AIIAmoe, AIIArecursive
|
Loading…
Reference in New Issue