lsnet icon indicating copy to clipboard operation
lsnet copied to clipboard

The lsnet model cannot be invoked using timm

Open fangyynb opened this issue 5 months ago • 3 comments

import timm

model_list = timm.list_models() print(model_list)

The above is my code. The following error was reported after execution:

Traceback (most recent call last): File "d:\Programmer\important things\lsnet-master\fy-test.py", line 4, in model = timm.create_model( File "C:\Users\fangy\miniconda3\envs\gcdp\lib\site-packages\timm\models_factory.py", line 134, in create_model raise RuntimeError('Unknown model (%s)' % model_name) RuntimeError: Unknown model (lsnet_t)

fangyynb avatar Jul 11 '25 06:07 fangyynb