Jianqi Zhang

Results 3 issues of Jianqi Zhang

I have a cyclic peptide sequence. I put it into Alphafold2 Colab, but I didn't get a cyclic peptide structure. What should I do to connect the C-terminal and N-terminal...

I have a cyclic peptide sequence. I put it into Alphafold2 Colab, but I didn't get a cyclic peptide structure. What should I do to connect the C-terminal and N-terminal...

I trained my model on a 36 core CPU and set `n_jobs=-1` and it worked. ```shell automl = autosklearn.classification.AutoSklearnClassifier( n_jobs=-1 ) ``` However, from the perspective of `htop`, auto-sklearn only...

bug