You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the DeePMD-kit only works with tensorflow r1.4. Higher and lower versions of tensorflow may not work in the same way. Now checkout version r1.4.
31
+
The DeePMD-kit works with tensorflow r1.4 -- r1.6. Now taking r1.4 for example:
32
32
```bash
33
33
cd tensorflow
34
34
git checkout r1.4
@@ -130,6 +130,8 @@ make install
130
130
```
131
131
132
132
## Install DeePMD-kit
133
+
The DeePMD-kit was tested with compiler gcc >= 4.9.
0 commit comments