Open vvishwesh opened 1 year ago
@vvishwesh you are mixing up version 1 of the checkpoint (--weights_file release1.pt
) while asking for model architecture version 2 (--model 2
)
Your solutions are:
omegafold --num_cycle 1 --subbatch_size 8 --device cuda --weights_file release1.pt --model 2 1a4t_B.fasta TEST
Am trying to use --model 2. But I get the following error