Spaces:
Runtime error
Runtime error
File size: 434 Bytes
7efb4f9 ca964a3 7efb4f9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
mode: single_cdr
model:
checkpoint: ./trained_models/codesign_single.pt
sampling:
seed: 2022
sample_structure: true
sample_sequence: true
cdrs:
- H_CDR1
- H_CDR2
- H_CDR3
- L_CDR1
- L_CDR2
- L_CDR3
num_samples: 100
dataset:
test:
type: sabdab
summary_path: ./data/sabdab_summary_all.tsv
chothia_dir: ./data/all_structures/chothia
processed_dir: ./data/processed
split: test
|