-
Notifications
You must be signed in to change notification settings - Fork 4
push trained model weights for 0_baseline_LSTM and 2_multitask_dense … #178
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
model_checkpoint_path: "." | ||
all_model_checkpoint_paths: "." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
exp_name: "0_baseline_LSTM" | ||
exp_name: 0_baseline_LSTM | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I specify that these should be quoted in the function that builds the config files so I was surprised to see that the quoted formatting gets lost when built on Tallgrass. I've played with this a bit before and I think if we updated the version of the It's good to know that the models still run even though these new config files don't have quotes around There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think python will automatically read these as strings since they aren't numbers |
||
y_vars: | ||
- "do_min" | ||
- "do_mean" | ||
- "do_max" | ||
- do_min | ||
- do_mean | ||
- do_max | ||
lambdas: | ||
- 1 | ||
- 1 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I commented these lines out since we didn't train new model weights for these models.
This undoes 0dbac60. @galengorski - was there a reason you uncommented the 1 and 1a models?