lsnet
lsnet copied to clipboard
The lsnet model cannot be invoked using timm
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