First prepare environmental data following instructions from geoenrich-tools/README.md.
Then format the input data properly with the Prepare_data notebook.
Then edit your configuration file (yaml file in the conf subfolder) and start training by calling
python multi38.py
If you want to retrain from a checkpoint, set other.train_from_checkpoint to true and indicate the path to your checkpoint in ckpt_path and ckpt_name (these two paths will be concatenated to obtain the full path).
Either use your own checkpoint and config file, or the provided ones (cf. checkpoint link in the next section).
Then you can make predictions and generate output maps using the Generate_outputs notebook.