Skip to content

Commit

Permalink
added x4 run
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHelfer committed Aug 7, 2024
1 parent 5888a87 commit 92d76aa
Show file tree
Hide file tree
Showing 5 changed files with 432 additions and 0 deletions.
Empty file.
27 changes: 27 additions & 0 deletions models/x4_lvl5/factor_4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
ADAMsteps: 400
n_steps: 400
batch_size: 1
res_level: 5
scaling_factor: 0.00005
write_out_freq: 2
# rescale factor
factor: 4
# Data Source
filenamesX: "/home/thelfer1/scr4_tedwar42/thelfer1/high_end_data/outputXdata_level{res_level}_step*.dat"
filenames_check: "/home/thelfer1/scr4_tedwar42/thelfer1/high_end_data_4/outputXdata_level{res_level}_step*.dat"
# Restarting
restart: True
file_path: "./Run15556721/model_epoch_counter_0000000032_data_time_1722605202.pth"
lambda_fac: 0.0
loss: Ham_mom # Options Ham_mom Ham
lr_adam: 0.00005
lr_bfgs: 0.1
train_ratio: 0.8
kernel_size: 4
padding: "same"
nonlinearity: "relu" #'relu' or 'gelu'
num_layers: 4
masking_percentage: 0.25
mask_type: checkers # "checkers" or "random"
downsample: 1 ## default one
align_corners: False
Loading

0 comments on commit 92d76aa

Please sign in to comment.