"test/torchaudio_unittest/librosa_compatibility_test.py" did not exist on "0fa0759530204840b4a399911b6064d29630ec4d"
resmlp_36.py 168 Bytes
Newer Older
yuguo960516's avatar
yuguo960516 committed
1
2
3
4
5
6
7
8
9
10
from libai.config import LazyCall
from libai.models import ResMLP

from .resmlp_12 import cfg


cfg.depth = 36
cfg.init_scale = 1e-6

model = LazyCall(ResMLP)(cfg=cfg)