Skip to content

Commit

Permalink
update pretrained model with 30 models
Browse files Browse the repository at this point in the history
(5 cv folds , each with 6 repeats)
  • Loading branch information
meyerkm committed May 16, 2024
1 parent 7d92e9b commit ddf752f
Show file tree
Hide file tree
Showing 41 changed files with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions pretrained_models/config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
model:
type: DeepSet
model_collection: agg_models
checkpoint: combined_agg.pt
config:
phi_layers: 2
phi_hidden_dim: 20
rho_layers: 3
rho_hidden_dim: 10
activation: LeakyReLU
pool: max
use_sigmoid: True
metrics:
objective: MSE
objective_mode: min
loss: MSE
all:
MSE: {}
PearsonCorrTorch: {}
MAE: {}
RSquared: {}
optimizer:
type: AdamW
config: {}
checkpoint: combined_agg.pt
config:
activation: LeakyReLU
metrics:
all:
MAE: {}
MSE: {}
PearsonCorrTorch: {}
RSquared: {}
loss: MSE
objective: MSE
objective_mode: min
optimizer:
config: {}
type: AdamW
phi_hidden_dim: 20
phi_layers: 2
pool: max
rho_hidden_dim: 10
rho_layers: 3
use_sigmoid: true
model_collection: agg_models
type: DeepSet
Binary file added pretrained_models/models/repeat_0/best/bag_0.ckpt
Binary file not shown.
Binary file added pretrained_models/models/repeat_1/best/bag_0.ckpt
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added pretrained_models/models/repeat_2/best/bag_0.ckpt
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file added pretrained_models/models/repeat_3/best/bag_0.ckpt
Binary file not shown.
Binary file added pretrained_models/models/repeat_4/best/bag_0.ckpt
Binary file not shown.
Binary file added pretrained_models/models/repeat_5/best/bag_0.ckpt
Binary file not shown.
Empty file.
Binary file added pretrained_models/models/repeat_6/best/bag_0.ckpt
Binary file not shown.
Empty file.
Binary file added pretrained_models/models/repeat_7/best/bag_0.ckpt
Binary file not shown.
Empty file.
Binary file added pretrained_models/models/repeat_8/best/bag_0.ckpt
Binary file not shown.
Binary file added pretrained_models/models/repeat_9/best/bag_0.ckpt
Binary file not shown.

0 comments on commit ddf752f

Please sign in to comment.