Skip to content

Commit

Permalink
correcting extension to .fits
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-polsterer committed Oct 31, 2023
1 parent 8922674 commit 91c973c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions experiments/illustris-power.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ model:
h_dim: 256
z_dim: 3
image_size: 363
rotations: 36
beta: 1.0e-3
rotations: 72
beta: 5.0e-4

data:
class_path: data.IllustrisSdssDataModule
Expand All @@ -18,7 +18,7 @@ data:
"/local_data/AIN/SKIRT_synthetic_images/TNG50/sdss/snapnum_095/data/",
"/local_data/AIN/SKIRT_synthetic_images/Illustris/sdss/snapnum_135/data/",
"/local_data/AIN/SKIRT_synthetic_images/Illustris/sdss/snapnum_131/data/"]
extension: fits
extension: .fits
minsize: 100
batch_size: 128
shuffle: True
Expand All @@ -43,7 +43,7 @@ lr_scheduler:
trainer:
max_epochs: -1
accelerator: gpu
devices: [1]
devices: [3]
precision: 32
# overfit_batches: 1
logger:
Expand Down
2 changes: 1 addition & 1 deletion experiments/illustris.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
"/local_data/AIN/SKIRT_synthetic_images/TNG50/sdss/snapnum_095/data/",
"/local_data/AIN/SKIRT_synthetic_images/Illustris/sdss/snapnum_135/data/",
"/local_data/AIN/SKIRT_synthetic_images/Illustris/sdss/snapnum_131/data/"]
extension: fits
extension: .fits
minsize: 100
batch_size: 128
shuffle: True
Expand Down

0 comments on commit 91c973c

Please sign in to comment.