fix the align_mask bug when calculating the prmsd_loss#49
fix the align_mask bug when calculating the prmsd_loss#49yaowensnf wants to merge 1 commit intoGraylab:mainfrom
Conversation
|
Hi, I am getting error, this File c:\Users\s4735779\Documents\GitHub\IgFold\igfold\IgFoldRunner.py:106, in IgFoldRunner.fold(self, pdb_file, fasta_file, sequences, template_pdb, ignore_cdrs, ignore_chain, skip_pdb, do_refine, use_openmm, do_renum, truncate_sequences) ValueError: min() arg is an empty sequence why?? please solve |
The shape of atom-wise align_mask is (batch, seq_len*4), need to multiply 4 to the indexes when masking out residues.