From fbb6687f587acfb85eae2f0968f248f362bd9086 Mon Sep 17 00:00:00 2001 From: JisuJung928 Date: Mon, 13 Dec 2021 10:40:54 +0900 Subject: [PATCH 1/2] Update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d903121..0570c36 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SIMPLE-NN

- +

SIMPLE-NN(SNU Interatomic Machine-learning PotentiaL packagE – version Neural Network) @@ -11,6 +11,14 @@ K. Lee, D. Yoo, W. Jeong, S. Han, SIMPLE-NN: An efficient package for training a Here do we describe minimal instruction to run the example of SIMPLE-NN If you want more information such as tuning parameters, please visit our online manual(https://simple-nn.readthedocs.io) +## New release +A new version of SIMPLE-NN has been released. + +It provides faster training speed and more convenient usage with Pytorch. + +You can download and enjoy the new SIMPLE-NN from https://github.com/MDIL-SNU/SIMPLE-NN_v2.git + +SIMPLE-NN on this page will be deprecated soon. ## Installation SIMPLE-NN use Tensorflow and mpi4py(optional). You need to install Tensorflow and mpi4py to use SIMPLE-NN From 084574362bc3b6b9c0d660b9dfcbe416c58e4b2c Mon Sep 17 00:00:00 2001 From: JisuJung928 Date: Mon, 13 Dec 2021 10:49:34 +0900 Subject: [PATCH 2/2] Update README --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0570c36..1f2d975 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# New version release! +A new version of SIMPLE-NN has been released. + +It provides faster training speed and more convenient usage with Pytorch. + +You can download and enjoy the new SIMPLE-NN from https://github.com/MDIL-SNU/SIMPLE-NN_v2.git + +SIMPLE-NN on this page will be deprecated soon. + # SIMPLE-NN

@@ -11,14 +20,6 @@ K. Lee, D. Yoo, W. Jeong, S. Han, SIMPLE-NN: An efficient package for training a Here do we describe minimal instruction to run the example of SIMPLE-NN If you want more information such as tuning parameters, please visit our online manual(https://simple-nn.readthedocs.io) -## New release -A new version of SIMPLE-NN has been released. - -It provides faster training speed and more convenient usage with Pytorch. - -You can download and enjoy the new SIMPLE-NN from https://github.com/MDIL-SNU/SIMPLE-NN_v2.git - -SIMPLE-NN on this page will be deprecated soon. ## Installation SIMPLE-NN use Tensorflow and mpi4py(optional). You need to install Tensorflow and mpi4py to use SIMPLE-NN