Skip to content

Latest commit

 

History

History
 
 

open-oceans

Instructions

Training the model

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).

Generating outputs

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.

Data links

Input data

Numpy input data + csv database

Model checkpoint

Model checkpoint & config file

Outputs