-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version problem? #142
Comments
Try deleting all the cache files and running it again. |
Out of Memory. I deleted... Is there anything else I should have deleted? Not sure what the cache files are other than that. It seemed to get much further. But now I get the Out of memory error below...
|
I have the same issue. Did you solved it? @kkafieh |
No. We gave up. What kind of card so you have? |
I have Quadro RTX 5000 |
I am just trying to get this running for the first time. Running on RTX 3060
On trying my first swap with the example files I initially had an incompatibility message for my 3060, but installing pytorch v1.8.0 and cuda 11.3 fixed that.
(conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=11.1 -c pytorch -c conda-forge)
I then received an error:
"RuntimeError: Cache file does not exist: ../docs/examples/shinzo_abe\shinzo_abe_dsfd_seq.pkl"
Which I finally got passed by copying and renaming another pkl file. It seemed to allow the process to continue. although obviously its pretty sketchy.
Now I have this problem...
No "id" attribute? This looked like a programming error. I poked around in the code, but I am new to python and couldn't spot anything obvious. But also, the code should already be fine.
Is this an interpreter version problem? Somrthing else?
Python version 3.8.8
Pytorch version 1.8.0
Conda version 4.10.1
Cuda version 11.3.109
The text was updated successfully, but these errors were encountered: