From 576b3eda5e521f82b00af7a7068f45e0c6edd4c8 Mon Sep 17 00:00:00 2001 From: annajungbluth Date: Sun, 28 Apr 2024 19:18:29 +0100 Subject: [PATCH] cleaned up repo --- rs_tools/train.py | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 rs_tools/train.py diff --git a/rs_tools/train.py b/rs_tools/train.py deleted file mode 100644 index aaab7ea..0000000 --- a/rs_tools/train.py +++ /dev/null @@ -1,23 +0,0 @@ -# Check HYDRA config: -# Datamodule needs to contain 2 datasets -# dataloader: -# _target_: rs_tools._src.datamodule.ITIDataModule -# datasets_spec: -# dataset_1: -# bands: all -# dataset_2: -# bands: all -# -# include_coords: True -# include_cloudmask: True -# include_nanmask: True - -# datasets_split: -# train: -# years: -# months: -# days: -# val: -# years: -# months: -# days: \ No newline at end of file