🔧FAQ
Trouble shooting
Last updated
Trouble shooting
Last updated
Q: CUDA out of memory error?
A: Our model is developed on a V100 with 32G of graphics memory. In case your graphics memory is limited, it's advisable to suitably lower the train_batch_per_gpu
and val_batch_per_gpu
parameters within the data
dictionary of the configuration file.
Q: How can I run the Python scripts mentioned in the tutorial? A: 1) Copying the script: You can copy the script to your local environment. This might involve copying and pasting the script into a local file, or downloading a provided file. 2) Modifying parameters: Depending on the experiment you wish to conduct, you may need to modify certain parameters within the script. This often involves opening the script in a text editor (like VS Code or vim), and then manually changing parameter values in the file. 3) Step 3 - Running the script: You can run the script by using the Python command in your terminal or command prompt. The general format is:
Q: The results didn't correctly display DNA/RNA when visualized.
A: We store coarse-grained protein structures, where CA substitutes for amino acids, and C1' substitutes for nucleotides. In ChimeraX, C1' won't be rendered as a ribbon diagram when executing 'show cartoon'. A workaround is to change all C1' to P for visualization. Here's a Python script that you could refer to.
Q: When I export tasks from cryoSPARC, file paths appear as soft links?
A: You might need to use a script to process and convert the symbolic links in the post-conversion starfile
into absolute paths. A example python script is: