Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  git github
180cf75156
Create ossar-analysis.yml
2 years ago
6eb5270e74
Update version.py
2 years ago
839452c24a
Update extending.md
2 years ago
6a9e4c442f
standardize axis
2 years ago
1b86d0a5ff
delete at correct time
2 years ago
97ba787325
ensuring OPM gets ignored
2 years ago
c2437903ce
adding data for sample testing
3 years ago
c674a929b4
added new temp file to ignore
2 years ago
e0b1059980
updated link
3 years ago
93b7916643
Update CONTRIBUTING.md
2 years ago
3bca931345
Update HISTORY.md
2 years ago
0c9a3c94bf
typo fix
3 years ago
141c140a09
ensure license is packaged
2 years ago
c71252e619
updated conda badge
2 years ago
123314df3c
updated security policy page
3 years ago
3c14a5d60b
initial commit
4 years ago
69bc0fb8c3
range(len()) changed to enumerate()
2 years ago
c343f11dc8
reformatted
3 years ago
eaf3e290c4
safely loading yaml
2 years ago
fb64284ac3
rename to avoid duplication
2 years ago
449a3e98a5
whitespace
2 years ago
18929045f0
added black configuration, which skips OPM
3 years ago
2c06fbf7b1
added topic and edited keywords
2 years ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

GaNDLF

Codacy
Code style: black

The Generally Nuanced Deep Learning Framework for segmentation, regression and classification.

Why use this?

  • Supports multiple
    • Deep Learning model architectures
    • Data dimensions (2D/3D)
    • Channels/images/sequences
    • Prediction classes
    • Domain modalities (i.e., Radiology Scans and Digitized Histopathology Tissue Sections)
    • Problem types (segmentation, regression, classifcation)
  • Robust data augmentation, courtesy of TorchIO
  • Built-in nested cross validation (and related combined statistics), with support for parallel HPC-based computing
  • Handles imbalanced classes (e.g., very small tumor in large organ)
  • Multi-GPU (on the same machine - distributed) training
  • Leverages robust open source software
  • No need to write any code to generate robust models
  • Automatic mixed precision support

Citation

Please cite the following article for GaNDLF (full PDF):

@misc{gandlf2021,
      title={GaNDLF: A Generally Nuanced Deep Learning Framework for Scalable End-to-End Clinical Workflows in Medical Imaging}, 
      author={Sarthak Pati and Siddhesh P. Thakur and Megh Bhalerao and Ujjwal Baid and Caleb Grenko and Brandon Edwards and Micah Sheller and Jose Agraz and Bhakti Baheti and Vishnu Bashyam and Parth Sharma and Babak Haghighi and Aimilia Gastounioti and Mark Bergman and Bjoern Menze and Despina Kontos and Christos Davatzikos and Spyridon Bakas},
      year={2021},
      eprint={2103.01006},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}

Documentation

Start at https://cbica.github.io/GaNDLF/. Includes the following:

Disclaimer

  • The software has been designed for research purposes only and has neither been reviewed nor approved for clinical use by the Food and Drug Administration (FDA) or by any other federal/state agency.
  • This code (excluding dependent libraries) is governed by the license provided in https://www.med.upenn.edu/cbica/software-agreement.html unless otherwise specified.

Contact

For more information or any support, please post on the Discussions section or contact CBICA Software.

Tip!

Press p or to see the previous file or, n or to see the next file

About

A generalizable application framework for segmentation, regression, and classification using PyTorch

https://www.med.upenn.edu/cbica/gandlf
Collaborators 1

Comments

Loading...