remigenet / TKAN

TKAN: Temporal Kolmogorov-Arnold Networks
Other
171 stars 26 forks source link

ImportError: cannot import name 'BSplineActivation' from 'tkan' (/usr/local/lib/python3.10/dist-packages/tkan/__init__.py) #5

Closed wuhyyy closed 4 months ago

wuhyyy commented 4 months ago

from tkan import BSplineActivation have an ImportError today,but I run it successfully in the day before yesterday.Did you delete it ? ImportError: cannot import name 'BSplineActivation' from 'tkan' (/usr/local/lib/python3.10/dist-packages/tkan/init.py)

remigenet commented 4 months ago

Hi, last pypi package version is the one from the beta branch (going to be merged soon), that changed it a bit to match efficient_kan KAN implementation, to use it refers to the documentation on beta or specify tkan==0.2.0 when installing !

wuhyyy commented 4 months ago

oh,I see,it is the version problem,thank you