joytag
joytag copied to clipboard
"from Models import VisionModel" gives unresolved reference
Hey there,
I installed the requirements via pip but still am getting the issue of "unresolved reference" regarding from Models import Vision Model.
I installed Torch again from the website for Linux, neither v 2.3.1 nor 2.4.0 seem to work, nor CUDA 11.8 or 12.1
I am using PyCharm with its built in environment, the paths also seem correct when installing and removing packages. All other imports work after adding the requirements.
Not sure, what to do or how to fix this.
Thanks for all the work in any case.