-
Notifications
You must be signed in to change notification settings - Fork 97
Description
We are working on Chignolin Coarse Grain Tutorial from this repository:
https://github.com/torchmd/torchmd-cg.git
We are working on a Machine Learning project pertaining to Coarse-graining of protein molecules. As a part of this project, we are currently trying to run the torchmd-cg tutorial, which involves training and simulation of Chignolin data (as an example). We ran the following command to train the Chignolin data: torchmd-train -c train.yaml
The train.yaml file contains certain parameters like test_ratio, val_ratio, inference_batchsize, distribured_backend among others which resulted in errors upon running the code. I have attached the screenshot of the error message displayed. In the train.yaml file, we commented those parameters out and the code was executed without errors. The train.yaml file with commented out parameters has been attached. It will be really helpful if you inform us about the significance of these parameters and ways to include them without having to face errors.
