Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 485 Bytes

File metadata and controls

17 lines (11 loc) · 485 Bytes

Graph Transformer via ResNet SimCLR for Whole Slide Image (WSI) Colon Classification

1. Training a Patch Feature Extractor

  • cd feature_extractor/
  • python feature_extract.py (check config.yaml)

2. Build Graph

  • python build_graphs.py (check arg parser)

3. Training Graph Transformer

  • cd ..
  • python main.py (check arg parser at option.py)

4. Visualization (In Progress)