diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a3406fe23..1b1a1733eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,14 +131,13 @@ jobs: --exclude='freesurfer/subjects/sample-*.mgz' \ --exclude='freesurfer/subjects/V1_average' \ --exclude='freesurfer/trctrain' - pushd /tmp/freesurfer - echo "${FS_LICENSE_CONTENT}" | base64 -d | sh + echo "b2VzdGViYW5Ac3RhbmZvcmQuZWR1CjMwNzU2CiAqQ1MzYkJ5VXMxdTVNCiBGU2kvUGJsejJxR1V3Cg==" | base64 -d > /tmp/freesurfer/license.txt else echo "FreeSurfer was cached." circleci step halt fi - save_cache: - key: freesurfer-v1-{{ .BuildNum }} + key: freesurfer-v0-{{ .BuildNum }} paths: - /tmp/freesurfer diff --git a/sdcflows/data/affine.json b/sdcflows/data/affine.json index 1c48065fd4..f5e45c819d 100644 --- a/sdcflows/data/affine.json +++ b/sdcflows/data/affine.json @@ -6,7 +6,6 @@ "winsorize_upper_quantile": 0.995, "collapse_output_transforms": true, "use_histogram_matching": [ false, false ], - "use_estimate_learning_rate_once": [ false, false ], "transforms": [ "Rigid", "Affine" ], "number_of_iterations": [ [ 1000, 500, 250, 100 ], [ 1000, 500, 250, 100 ] ], "transform_parameters": [ [ 0.1 ], [ 0.1 ] ], diff --git a/sdcflows/data/fmap-any_registration.json b/sdcflows/data/fmap-any_registration.json index b97b002fc7..4f5acdf818 100644 --- a/sdcflows/data/fmap-any_registration.json +++ b/sdcflows/data/fmap-any_registration.json @@ -6,7 +6,6 @@ "collapse_output_transforms": true, "write_composite_transform": true, "use_histogram_matching": [ true, true ], - "use_estimate_learning_rate_once": [ true, true ], "transforms": [ "Translation", "Affine" ], "number_of_iterations": [ [ 500 ], [ 200 ] ], "transform_parameters": [ [ 0.05 ], [ 0.01 ] ], diff --git a/sdcflows/data/fmap-any_registration_testing.json b/sdcflows/data/fmap-any_registration_testing.json index 207e997ed5..9896439720 100644 --- a/sdcflows/data/fmap-any_registration_testing.json +++ b/sdcflows/data/fmap-any_registration_testing.json @@ -6,7 +6,6 @@ "collapse_output_transforms": true, "write_composite_transform": true, "use_histogram_matching": [ true, true ], - "use_estimate_learning_rate_once": [ true, true ], "transforms": [ "Rigid", "Rigid" ], "number_of_iterations": [ [ 500 ], [ 100 ] ], "transform_parameters": [ [ 1.0 ], [ 0.5 ] ], diff --git a/sdcflows/data/susceptibility_syn.json b/sdcflows/data/susceptibility_syn.json index d736a70dbf..2c76a9f318 100644 --- a/sdcflows/data/susceptibility_syn.json +++ b/sdcflows/data/susceptibility_syn.json @@ -14,7 +14,6 @@ "shrink_factors": [ [ 2, 1 ], [ 1, 1 ] ], "winsorize_upper_quantile": 1.0, "winsorize_lower_quantile": 0.001, - "use_estimate_learning_rate_once": [ true, true ], "use_histogram_matching": [ true, true ], "collapse_output_transforms": true, "write_composite_transform": false, diff --git a/sdcflows/data/translation_rigid.json b/sdcflows/data/translation_rigid.json index 6e14b0225b..09e6ec51e9 100644 --- a/sdcflows/data/translation_rigid.json +++ b/sdcflows/data/translation_rigid.json @@ -6,7 +6,6 @@ "collapse_output_transforms": true, "write_composite_transform": true, "use_histogram_matching": [ true, true ], - "use_estimate_learning_rate_once": [ true, true ], "transforms": [ "Translation", "Rigid" ], "number_of_iterations": [ [ 500 ], [ 200 ] ], "transform_parameters": [ [ 0.05 ], [ 0.01 ] ],