Skip to content

HarveyYi/MMDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Unified Modeling Enhanced Multimodal Learning for Precision Neuro-Oncology


Huahui Yi* · Xiaofei Wang* . Kang Li . Chao Li

arXiv PDF


UMEML


Installation

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

Citation

If you think UMEML codebase are useful for your research, please consider referring us:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published