We recommend using Anaconda to manage the Python environment. In this work, we use conda version 4.13.0, and install the following packages in the virtual environment midm. conda create -n midm ...
conda create -n ProteinDT python=3.7 conda activate ProteinDT conda install -y numpy networkx scikit-learn pip install torch==1.10.* pip install transformers pip install lxml # for TAPE pip install ...