Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Eiros committed May 24, 2018
1 parent cc0f6ad commit 8731cb0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 20 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ from mdgan import MDGAN
trjs = AlanineDipeptide().get().trajectories
data, sc = make_trajectory_trainable(trjs) # sc is the MinMaxScaler we'll need it later
gan = MDGAN(n_atoms=22)
losses = gan.train(data, num_epochs=10) # That's it
```
losses = gan.train(data, num_epochs=50) # That's it
```

![losses](./losses.png)
![features](./features.png)
Loading

0 comments on commit 8731cb0

Please sign in to comment.