Skip to content

The lsnet model cannot be invoked using timm #10

Description

@fangyynb

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions