-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi there,
Thanks for sharing your excellent paper and code! I just had two quick question about the reference conformers that you use as input for your model and your training protocol:
- In the paper, it states that these local structure predicted at the amino acid level using rule-based cheminformatics methods. Does this mean part of the input to the model are the structures of each amino acid generated using something like RDKit? Or am I misunderstanding the nature of the reference position? Also, has any work been done to quantify how big of an impact this input has on the quality of the generated protein structures?
- In your default config file for the trainer, the setting is 100000 training steps with a val check interval of 5000. However, the model in src/simplefold/simplefold.py has no logic in its validation_step() method. Does this mean validation was not performed during training and the model was trained for 100000 steps before evaluation?
Any clarification would be greatly appreciated, and thank you very much!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested