Huahui Yi*
·
Xiaofei Wang*
.
Kang Li
.
Chao Li
a. Create a conda virtual environment and activate it.
# Create a conda environment
conda create -n mmdp python=3.10
# Activate the environment
conda activate mmdp
b. Install PyTorch and torchvision following the official instructions, e.g.,
# CUDA 11.7
conda install pytorch==1.13.0 torchvision==0.14.0 torchaudio==0.13.0 pytorch-cuda=11.7 -c pytorch -c nvidia
c. Install this library
```bash
# Enter the folder
cd MMDP/
# Install dependencies
pip install -r requirements.txt
# Install this library (no need to re-build if the source code is modified)
python setup.py develop
If you think UMEML codebase are useful for your research, please consider referring us: