-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24debc9
commit 553616c
Showing
18 changed files
with
120,101 additions
and
21 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
15,001 changes: 15,001 additions & 0 deletions
15,001
data/repr_learning_vae_vasc/16_0/CH-features_all_metric_all.csv
Large diffs are not rendered by default.
Oops, something went wrong.
15,001 changes: 15,001 additions & 0 deletions
15,001
data/repr_learning_vae_vasc/16_1/CH-features_all_metric_all.csv
Large diffs are not rendered by default.
Oops, something went wrong.
15,001 changes: 15,001 additions & 0 deletions
15,001
data/repr_learning_vae_vasc/16_2/CH-features_all_metric_all.csv
Large diffs are not rendered by default.
Oops, something went wrong.
15,001 changes: 15,001 additions & 0 deletions
15,001
data/repr_learning_vae_vasc/16_3/CH-features_all_metric_all.csv
Large diffs are not rendered by default.
Oops, something went wrong.
15,001 changes: 15,001 additions & 0 deletions
15,001
data/repr_learning_vae_vasc/16_4/CH-features_all_metric_all.csv
Large diffs are not rendered by default.
Oops, something went wrong.
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,9 +1,2 @@ | ||
rm -rf results/ARCADE/* | ||
python src/config.py cs=topological_0_metric_8 | ||
python src/config.py cs=topological_0_metric_15 | ||
|
||
python src/config.py cs=hemodynamic_0_metric_8 | ||
python src/config.py cs=hemodynamic_0_metric_15 | ||
|
||
python src/config.py cs=spatial_0_metric_8 | ||
python src/config.py cs=spatial_0_metric_15 | ||
python src/config.py cs=repr_learning_all_metric_all |
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
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ svr: | |
search: log | ||
discrete: | ||
kernel: | ||
- linear | ||
- poly | ||
- rbf | ||
- sigmoid |
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 |
---|---|---|
@@ -0,0 +1,82 @@ | ||
defaults: | ||
- models/mlr | ||
- models/rf | ||
- models/svr | ||
- models/mlp | ||
- _self_ | ||
experiments: | ||
REPR-LEARNING_32d_0: | ||
files: | ||
data: full_data.csv | ||
paths: | ||
log: ${hydra:runtime.cwd}/logs/repr_learning_128/32_0/ | ||
data: ${hydra:runtime.cwd}/data/repr_learning_128/32_0/ | ||
results: ${hydra:runtime.cwd}/results/repr_learning_128/32_0/ | ||
REPR-LEARNING_32d_1: | ||
files: | ||
data: full_data.csv | ||
paths: | ||
log: ${hydra:runtime.cwd}/logs/repr_learning_128/32_1/ | ||
data: ${hydra:runtime.cwd}/data/repr_learning_128/32_1/ | ||
results: ${hydra:runtime.cwd}/results/repr_learning_128/32_1/ | ||
REPR-LEARNING_32d_2: | ||
files: | ||
data: full_data.csv | ||
paths: | ||
log: ${hydra:runtime.cwd}/logs/repr_learning_128/32_2/ | ||
data: ${hydra:runtime.cwd}/data/repr_learning_128/32_2/ | ||
results: ${hydra:runtime.cwd}/results/repr_learning_128/32_2/ | ||
REPR-LEARNING_32d_3: | ||
files: | ||
data: full_data.csv | ||
paths: | ||
log: ${hydra:runtime.cwd}/logs/repr_learning_128/32_3/ | ||
data: ${hydra:runtime.cwd}/data/repr_learning_128/32_3/ | ||
results: ${hydra:runtime.cwd}/results/repr_learning_128/32_3/ | ||
REPR-LEARNING_32d_4: | ||
files: | ||
data: full_data.csv | ||
paths: | ||
log: ${hydra:runtime.cwd}/logs/repr_learning_128/32_4/ | ||
data: ${hydra:runtime.cwd}/data/repr_learning_128/32_4/ | ||
results: ${hydra:runtime.cwd}/results/repr_learning_128/32_4/ | ||
|
||
data: | ||
features: | ||
- dim_0 | ||
- dim_1 | ||
- dim_2 | ||
- dim_3 | ||
- dim_4 | ||
- dim_5 | ||
- dim_6 | ||
- dim_7 | ||
- dim_8 | ||
- dim_9 | ||
- dim_10 | ||
- dim_11 | ||
- dim_12 | ||
- dim_13 | ||
- dim_14 | ||
- dim_15 | ||
- dim_16 | ||
- dim_17 | ||
- dim_18 | ||
- dim_19 | ||
- dim_20 | ||
- dim_21 | ||
- dim_22 | ||
- dim_23 | ||
- dim_24 | ||
- dim_25 | ||
- dim_26 | ||
- dim_27 | ||
- dim_28 | ||
- dim_29 | ||
- dim_30 | ||
- dim_31 | ||
|
||
response: | ||
- activity | ||
- growth | ||
- symmetry |
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
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