Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Sarthak Pati 27e5f9280d
Merge branch 'master' into VukW-deprecated-pkg_resources
1 month ago
..
bef999f147
create mkdocs.yaml
1 year ago
b671d31e9f
Change license to Apache 2.0, update _most_ references to CBICA to MLCommons
1 year ago
3d227a0f59
black changes
1 year ago
4d26b80d5c
extra space
1 year ago
8c5808b20e
updated doc
9 months ago
3e28c63b39
Update docs/extending.md
1 month ago
ca5225a219
Removed pkg_resources as deprecated
1 month ago
5b18d59192
Merge branch 'master' into samruddhikhandale/codespaces-docs
1 year ago
ea4e5de90f
Update index.md
1 year ago
95f2e77317
add github workflow files
1 year ago
7be50bcdad
updated torch from 2.1.0 to 2.1.2
3 months ago
17862ec2c0
Update usage.md
1 month ago

README.md

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

The website for GaNDLF; start with index.md.

Flowchart

Visualized using https://mermaid-js.github.io/mermaid-live-editor/

graph TD;
    CSV_File-->Data_to_Process;
    Data_to_Process-->Command_Line_API;
    Config_YAML-->Model_Configuration
    Config_YAML-->Training_Configuration
    Config_YAML-->Data_Configuration
    Model_Configuration-- Architecture, Loss, Optimizer, Learning Rate -->Command_Line_API;
    Training_Configuration-- Output classes, Cross-validation -->Command_Line_API;
    Data_Configuration-- Preprocessing, Augmentation -->Command_Line_API;
    Command_Line_API-->Inference;
    Command_Line_API-->Training;
    Inference-->Outputs;
    Outputs--Segmentation-->Masks;
    Outputs--Regression/Classification-->Predictions;
    Training-->Train_Loader;
    Training-->Validation_Loader;
    Training-->Testing_Loader;
    Train_Loader-->FWD[[Forward_Pass]];
    FWD[[Forward_Pass]]-->Loss[[Loss]];
    Loss[[Loss]]-->Optimizer[[Optimizer]];
    Validation_Loader-->Validation_Metric;
    Validation_Metric-->Save_Model;
    Testing_Loader-->Model_Statistics;
    Optimizer[[Optimizer]]-->Optimized_Model;
    Save_Model-->Optimized_Model;
    Optimized_Model-->Inference;
    Optimized_Model-->Deploy

Presentation of GaNDLF's capabilities

Please see https://upenn.box.com/v/20210527-gandlf-tutorial

Tip!

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

Comments

Loading...