lzhangUT

Results 21 comments of lzhangUT

The previous error is this: /usr/local/lib/python3.7/dist-packages/jax/_src/tree_util.py:189: FutureWarning: jax.tree_util.tree_multimap() is deprecated. Please use jax.tree_util.tree_map() instead as a drop-in replacement. 'instead as a drop-in replacement.', FutureWarning) --------------------------------------------------------------------------- ValueError Traceback (most recent call...

> Got same problem for weeks now.. Any updates? When using 'run_relax = False' gives me the error below: > > NameError Traceback (most recent call last) in () 12...

Hi, @Augustin-Zidek @tomhennigan @tfgg do you guys know the reasons behind this? I really appreciate your help.

Any solution to this issue @gahdritz I have been running into the same issue, and tried to install the CUDA and the whole thing. Following the instructions in the github,...

@zhoujingyu13687306871 Hi I am having the same issue as you had. would you mind sharing what you changed in your script to make it work? 1) From your script, it...

Thanks very much! @zhoujingyu13687306871 so you downloaded the alphafold following the instruction here first? https://github.com/deepmind/alphafold/

and as you asked, --model_name model_1 --param_path $af2Root/params/params_model_1.npz \ How did you modify it to predict 5 models at once?

did you just repeat the 'torchrun ' command but with replacement of the model and model paramters?

Thank you very much! I really appreciate it. I will be running the similar stuff soon