chenziwenhaoshuai / Vision-KAN

KAN for Vision Transformer
MIT License
233 stars 17 forks source link

ModuleNotFoundError: No module named 'DQViT_new' #5

Closed chouheiwa closed 6 months ago

chouheiwa commented 6 months ago

The full traceback is:

Traceback (most recent call last):
  File "/home/chouheiwa/machine_learning/image_segmentation/Vision-KAN/main.py", line 15, in <module>
    from models_kan import create_model
  File "/home/chouheiwa/machine_learning/image_segmentation/Vision-KAN/models_kan.py", line 10, in <module>
    from DQViT_new import ViT as DQViT
ModuleNotFoundError: No module named 'DQViT_new'

And I think is we missed DQViT_new.

chenziwenhaoshuai commented 6 months ago

I am running multiple projects at the same time in the DeiT framework, I apologize for not removing extraneous code, I will fix it today!

chenziwenhaoshuai commented 6 months ago

I have removed the code related to DQViT.