GaNDLF

This page contains answers to frequently asked questions about GaNDLF.

Where do I start?

The usage guide provides a good starting point for you to understand the application of GaNDLF. If you have any questions, please feel free to post a support request, and we will do our best to address it ASAP.

Back To Top ↑

Why do I get the error pkg_resources.DistributionNotFound: The 'GANDLF' distribution was not found?

This means that GaNDLF was not installed correctly. Please ensure you have followed the installation guide properly.

Back To Top ↑

Why is GaNDLF not working?

Verify that the installation has been done correctly by running python ./gandlf_verifyInstall after activating the correct virtual environment. If you are still having issues, please feel free to post a support request, and we will do our best to address it ASAP.

Back To Top ↑

Which parts of a GaNDLF configuration are customizable?

Virtually all of it! For more details, please see the usage guide and our extensive samples. All available options are documented in the config_all_options.yaml file.

Back To Top ↑

Can I run GaNDLF on a high performance computing (HPC) cluster?

Yes, GaNDLF has successfully been run on an SGE cluster and another managed using Kubernetes. Please post a question with more details such as the type of scheduler, and so on, and we will do our best to address it.

Back To Top ↑

How can I track the per-epoch training performance?

Yes, look for logs_*.csv files in the output directory. It should be arranged in accordance with the cross-validation configuration. Furthermore, it should contain separate files for each data cohort, i.e., training/validation/testing, along with the values for all requested performance metrics, which are defined per problem type.

Back To Top ↑

How can I resume training from a previous checkpoint?

GaNDLF allows you to resume training from a previous checkpoint in 2 ways:

How can I update GaNDLF?

Back To Top ↑

What if I have another question?

Please post a support request.

Back To Top ↑