-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pre-trained DeepRVAT models (#91)
* update pretrained model with 30 models (5 cv folds , each with 6 repeats) * remove out-dated checkpoint files * specifying new pretrained model path * reorganize directories for pipeline running from pretrained models * add in missing alphamissence to annotations * adding in missing alphamissense annotation * specifying random floats between 0 and 1 for example data in alphamissense annotation
- Loading branch information
Showing
44 changed files
with
31 additions
and
23 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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.
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.
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 not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters