PKU-BDBA / HTML

Code for Highly Trustworthy Multimodal Learning (HTML) Method on Omics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML

A Highly Trustworthy Multimodal Learning Method on Omics

Getting Started

To get start with HTML, please follow the instructions below.

Prerequisites

pip install -r requirements.txt

Installation

git clone git@github.com:YuxingLu613/HTML.git

Dataset

The BRCA and ROSMAP dataset can be find in MOGONET. The KIPAN and LGG dataset can be find in Google Drive. The CCM dataset will be released soon.

Usage

To train the model from stratch with defult settings, you can run the code

python main.py

To train the model on a specific dataset, you can add argument

python main.py -task ("BRCA"|"ROSMAP"|"KIPAN"|"LGG"|"CCM")

If you just want to test the saved model in checkpoints/, you can add argument

python main.py -test_only True

If you want to change the number of input modalities, you can change the "uni_modality", "dual_modality", "triple_modality" argument

python main.py -uni_modality True -dual_modality False triple_modality False

If you want to change the hyper-parameters in the model, you can edit the train_test.py.

Citation

TBA

Contact

If you have any questions, please feel free to get touch with me, my email is yxlu0613 AT gmail DOT com

About

Code for Highly Trustworthy Multimodal Learning (HTML) Method on Omics


Languages

Language:Python 100.0%