Skip to content

Commit

Permalink
Minor adjusts
Browse files Browse the repository at this point in the history
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
  • Loading branch information
Joao-L-S-Almeida committed Jul 2, 2024
1 parent c51b380 commit efb3e4d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions tests/manufactured-finetune_prithvi_swin_B.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trainer:
logger:
class_path: TensorBoardLogger
init_args:
save_dir: /tmp
save_dir: tests/
name: all_ecos_random
callbacks:
- class_path: RichProgressBar
Expand All @@ -24,7 +24,7 @@ trainer:
check_val_every_n_epoch: 1
log_every_n_steps: 20
enable_checkpointing: true
default_root_dir: /tmp
default_root_dir: tests/
data:
class_path: GenericNonGeoPixelwiseRegressionDataModule
init_args:
Expand Down
4 changes: 2 additions & 2 deletions tests/manufactured-finetune_prithvi_swin_L.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trainer:
logger:
class_path: TensorBoardLogger
init_args:
save_dir: /tmp
save_dir: tests/
name: all_ecos_random
callbacks:
- class_path: RichProgressBar
Expand All @@ -24,7 +24,7 @@ trainer:
check_val_every_n_epoch: 1
log_every_n_steps: 20
enable_checkpointing: true
default_root_dir: /tmp
default_root_dir: tests/
data:
class_path: GenericNonGeoPixelwiseRegressionDataModule
init_args:
Expand Down
4 changes: 2 additions & 2 deletions tests/manufactured-finetune_prithvi_vit_100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trainer:
logger:
class_path: TensorBoardLogger
init_args:
save_dir: /tmp
save_dir: tests/
name: all_ecos_random
callbacks:
- class_path: RichProgressBar
Expand All @@ -24,7 +24,7 @@ trainer:
check_val_every_n_epoch: 1
log_every_n_steps: 20
enable_checkpointing: true
default_root_dir: /tmp
default_root_dir: tests/
data:
class_path: GenericNonGeoPixelwiseRegressionDataModule
init_args:
Expand Down
4 changes: 2 additions & 2 deletions tests/manufactured-finetune_prithvi_vit_300.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trainer:
logger:
class_path: TensorBoardLogger
init_args:
save_dir: /tmp
save_dir: tests/
name: all_ecos_random
callbacks:
- class_path: RichProgressBar
Expand All @@ -24,7 +24,7 @@ trainer:
check_val_every_n_epoch: 1
log_every_n_steps: 20
enable_checkpointing: true
default_root_dir: /tmp
default_root_dir: tests/
data:
class_path: GenericNonGeoPixelwiseRegressionDataModule
init_args:
Expand Down

0 comments on commit efb3e4d

Please sign in to comment.