Skip to content

Commit

Permalink
Merge pull request #6 from torchmd/fixes
Browse files Browse the repository at this point in the history
supplement for the description
  • Loading branch information
MaciejMajew authored Jun 21, 2023
2 parents b9e6c61 + e35ae3f commit edeecf1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Machine Learning Coarse-Grained Potentials of Protein Thermodynamics

This repository contains code, data and tutarial for reproducing the paper "Machine Learning Coarse-Grained Potentials of Protein Thermodynamics".
This repository contains code, data and tutarial for reproducing the paper "Machine Learning Coarse-Grained Potentials of Protein Thermodynamics". https://arxiv.org/abs/2212.07492

## Background

Expand Down
8 changes: 7 additions & 1 deletion Tutorials/1-Tutorial-CG-NNP-Training.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -15,6 +16,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -33,6 +35,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -52,6 +55,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -102,13 +106,15 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Training"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -203,7 +209,7 @@
"```\n",
"where `$PATH` is the path to your `torchmd-net` repo.\n",
"\n",
"The training saves 8 best epochs. The progress of the training is saved in TensorBoard session. The training and validation curves for the training of full Chignolin dataset are presented here:"
"The training saves 8 best epochs. The progress of the training is saved in TensorBoard session. The training requires a GPU and should take a couple of hours on a standard GPU."
]
}
],
Expand Down
5 changes: 5 additions & 0 deletions Tutorials/2-Tutorial-CG-Simulation.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -24,13 +25,15 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Simulation "
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -83,6 +86,8 @@
"\n",
"where `$PATH` is a path to your `torchmd` repo (not `torchmd-net` linke in `1-Tutorial-CG-NNP-Training.ipynb`)\n",
"\n",
"The simulation GPU and should take a couple of hours on a standard GPU, however can be also run on a CPU.\n",
"\n",
"Now we will go through options in a configuration file:\n",
"\n",
"* First we define `device`, the directory `log_dir` and name of the output files `output`.\n",
Expand Down

0 comments on commit edeecf1

Please sign in to comment.