Right now I am working with descriptors, to describe the environment of an atom using dscribe
Deep Learning in 3D
pytorch3d
tensorflow==2.5.0
tensorflow-datasets==4.3.0
Pillow==8.2.0
pandas==1.2.4
numpy==1.19.5
scipy==1.7.0
virtualenv venv
In windows:
.\venv\Scripts\activate
In linux:
./venv/bin/activate
pip install -r requirements.txt
Installation
https://docs.microsoft.com/en-us/windows/wsl/wsl2-install
open a command prompt in elevated mode. Link
Click Start.
In the search box, type cmd and then press Ctrl+Shift+Enter. If done properly, the below User Account Control window opens.
Click Yes to run the Windows Command Prompt as Administrator.
install WSL2. Link
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
install the distro you like from the microsoft store.
in Windows cmd line: wsl --setdefault Ubuntu-18.04 2
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
[1]Microsoft Corporation. "Windows Subsystem for Linux Installation Guide for Windows 10" Link
What is MexM-NN?
MexM-NN is neural network package for build on top of MexM
Build on dscribe, tensorflow2, and scipy
The installation of pytorch is straightforward.
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
MacOS doesn't install CUDA