https://github.com/cviu-csu/ptrnet

https://github.com/cviu-csu/ptrnet

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: CVIU-CSU
  • Default Branch: main
  • Size: 1.95 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

PTRNet

A Novel Multimodal Learning Method for Predicting Treatment Resistance in MPO-AAV with Lung Involvement

[Model] [Paper] [BibTeX]

Method Overview


Install

  1. Download the repository and open the PTRNet git clone https://github.com/yinangit/PTRNet.git cd PTRNet

  2. Required requirements

bash cd env conda env create -f environment.yml conda activate PTRNet cd tab-transformer-pytorch pip install -e .

  1. Optional requirements (for feature extraction)

bash conda activate PTRNet cd env/CLIP pip install -e . cd ../lungmask pip install -e . cd ../timm-0.9.12 pip install -e .

Run

  • Train bash conda activate PTRNet python scripts/train_modality_ablation.py --saveName modality_ablation --model_mode union --d_model 256

  • Test bash conda activate PTRNet python scripts/test.py --saveName modality_ablation --model_mode union --d_model 256 --weight_path log/modality_ablation/model_final.pt

  • Ablation

Taking ablation of hyperparameter γ as an example: bash conda activate PTRNet cd launch bash ablation_gamma.sh

Acknowledgements

Citation

Owner

  • Name: CVIU-CSU
  • Login: CVIU-CSU
  • Kind: organization

GitHub Events

Total
  • Push event: 5
Last Year
  • Push event: 5