Skip to content

Commit

Permalink
Merge pull request #4 from JonathanCrabbe/drought
Browse files Browse the repository at this point in the history
US-Droughts Dataset
  • Loading branch information
JonathanCrabbe committed Jan 15, 2024
2 parents dcf0a1e + 6898e56 commit bdb2970
Show file tree
Hide file tree
Showing 6 changed files with 7,334 additions and 3 deletions.
6 changes: 6 additions & 0 deletions cmd/conf/datamodule/usdroughts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
_target_: fdiff.dataloaders.datamodules.USDroughtsDatamodule
data_dir: ${hydra:runtime.cwd}/data
random_seed: ${random_seed}
fourier_transform: ${fourier_transform}
standardize: ${standardize}
batch_size: 64
1 change: 1 addition & 0 deletions cmd/conf/metrics/default.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
_target_: fdiff.sampling.metrics.MetricCollection
_partial_: true
include_baselines: true
include_spectral_density: true
metrics:
- _target_: fdiff.sampling.metrics.SlicedWasserstein
_partial_: true
Expand Down
Loading

0 comments on commit bdb2970

Please sign in to comment.