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
Also, you should install mol2vec and its dependencies:
82
104
83
105
```bash
@@ -107,6 +129,14 @@ You can also use the provided image to build your own Docker image:
107
129
docker pull biosystemsum/deepmol
108
130
```
109
131
132
+
### Disclaimer
133
+
134
+
If you’d like to use the GPU, make sure to install the versions of TensorFlow and DGL that match the CUDA drivers for your hardware.
135
+
136
+
Do not install JAX, it will result dependency conflicts.
137
+
138
+
Loading tensorflow models will be problematic for MacOS users due to a known tensorflow issue [46](https://github.com/keras-team/tf-keras/issues/46).
139
+
110
140
111
141
## Getting Started
112
142
@@ -710,6 +740,7 @@ and in industry scenarios.
710
740
## Citing DeepMol
711
741
712
742
Correia, J., Capela, J., & Rocha, M. (2024). DeepMol: An Automated Machine and Deep Learning Framework for Computational Chemistry. [https://doi.org/10.1186/s13321-024-00937-7](https://doi.org/10.1186/s13321-024-00937-7)
743
+
Correia, J., Capela, J. & Rocha, M. Deepmol: an automated machine and deep learning framework for computational chemistry. J Cheminform 16, 136 (2024). [https://doi.org/10.1186/s13321-024-00937-7](https://doi.org/10.1186/s13321-024-00937-7)
0 commit comments