You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running ! python /content/efficient-kan/tests/test_simple_math.py i receive the following error: Traceback (most recent call last):
File "/content/efficient-kan/tests/test_simple_math.py", line 5, in
from efficient_kan import KAN
ModuleNotFoundError: No module named 'efficient_kan'
The text was updated successfully, but these errors were encountered:
Hello, I encountered the same issue, and I’ve now resolved it. I moved the files ① init.py and ② kan.py from the efficient_kan directory to the tests folder. Then, I used the following statement for importing: from tests.model import KAN. No errors were reported.
when running ! python /content/efficient-kan/tests/test_simple_math.py i receive the following error: Traceback (most recent call last):
File "/content/efficient-kan/tests/test_simple_math.py", line 5, in
from efficient_kan import KAN
ModuleNotFoundError: No module named 'efficient_kan'
The text was updated successfully, but these errors were encountered: