rapidtide 3.0a14__py3-none-any.whl → 3.0a15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- rapidtide/Colortables.py +1 -1
- rapidtide/DerivativeDelay.py +1 -1
- rapidtide/OrthoImageItem.py +1 -1
- rapidtide/RapidtideDataset.py +3 -1
- rapidtide/RegressorRefiner.py +1 -1
- rapidtide/calcandfitcorrpairs.py +1 -1
- rapidtide/calccoherence.py +1 -1
- rapidtide/calcnullsimfunc.py +1 -1
- rapidtide/calcsimfunc.py +1 -1
- rapidtide/correlate.py +1 -1
- rapidtide/data/examples/src/test_findmaxlag.py +1 -1
- rapidtide/data/examples/src/testfmri +3 -2
- rapidtide/data/examples/src/testfuncs +1 -1
- rapidtide/data/examples/src/testhappy +12 -1
- rapidtide/data/examples/src/testmodels +33 -0
- rapidtide/data/models/model_cnn_w064_l13_fn20_fl08/loss.png +0 -0
- rapidtide/data/models/model_cnn_w064_l13_fn20_fl08/loss.txt +1 -0
- rapidtide/data/models/model_cnn_w064_l13_fn20_fl08/model.keras +0 -0
- rapidtide/data/models/model_cnn_w064_l13_fn20_fl08/model_meta.json +167 -0
- rapidtide/data/models/model_revised_tf2/model.keras +0 -0
- rapidtide/data/models/{model_serdar → model_revised_tf2}/model_meta.json +1 -1
- rapidtide/data/models/model_serdar2_tf2/model.keras +0 -0
- rapidtide/data/models/{model_serdar2 → model_serdar2_tf2}/model_meta.json +1 -1
- rapidtide/data/models/model_serdar_tf2/model.keras +0 -0
- rapidtide/data/models/{model_revised → model_serdar_tf2}/model_meta.json +1 -1
- rapidtide/dlfilter.py +325 -241
- rapidtide/externaltools.py +1 -1
- rapidtide/fMRIData_class.py +1 -1
- rapidtide/filter.py +1 -8
- rapidtide/fit.py +1 -8
- rapidtide/happy_supportfuncs.py +30 -1
- rapidtide/helper_classes.py +1 -1
- rapidtide/io.py +1 -1
- rapidtide/linfitfiltpass.py +1 -1
- rapidtide/makelaggedtcs.py +1 -1
- rapidtide/maskutil.py +1 -1
- rapidtide/miscmath.py +1 -8
- rapidtide/multiproc.py +1 -1
- rapidtide/patchmatch.py +1 -1
- rapidtide/peakeval.py +1 -1
- rapidtide/qualitycheck.py +1 -1
- rapidtide/refinedelay.py +1 -3
- rapidtide/refineregressor.py +1 -1
- rapidtide/resample.py +1 -1
- rapidtide/scripts/adjustoffset.py +1 -1
- rapidtide/scripts/aligntcs.py +1 -1
- rapidtide/scripts/applydlfilter.py +1 -1
- rapidtide/scripts/atlasaverage.py +1 -1
- rapidtide/scripts/atlastool.py +1 -1
- rapidtide/scripts/calcicc.py +1 -1
- rapidtide/scripts/calctexticc.py +1 -1
- rapidtide/scripts/calcttest.py +1 -1
- rapidtide/scripts/ccorrica.py +1 -1
- rapidtide/scripts/delayvar.py +2 -2
- rapidtide/scripts/diffrois.py +1 -1
- rapidtide/scripts/endtidalproc.py +1 -1
- rapidtide/scripts/fdica.py +1 -1
- rapidtide/scripts/filtnifti.py +1 -1
- rapidtide/scripts/filttc.py +1 -1
- rapidtide/scripts/fingerprint.py +1 -1
- rapidtide/scripts/fixtr.py +1 -1
- rapidtide/scripts/gmscalc.py +1 -1
- rapidtide/scripts/happy.py +1 -1
- rapidtide/scripts/happy2std.py +1 -1
- rapidtide/scripts/happywarp.py +1 -1
- rapidtide/scripts/histnifti.py +1 -1
- rapidtide/scripts/histtc.py +1 -1
- rapidtide/scripts/linfitfilt.py +1 -1
- rapidtide/scripts/localflow.py +1 -1
- rapidtide/scripts/mergequality.py +1 -1
- rapidtide/scripts/pairproc.py +1 -1
- rapidtide/scripts/pairwisemergenifti.py +1 -1
- rapidtide/scripts/physiofreq.py +1 -1
- rapidtide/scripts/pixelcomp.py +1 -1
- rapidtide/scripts/plethquality.py +1 -1
- rapidtide/scripts/polyfitim.py +1 -1
- rapidtide/scripts/proj2flow.py +1 -1
- rapidtide/scripts/rankimage.py +1 -1
- rapidtide/scripts/rapidtide.py +1 -1
- rapidtide/scripts/rapidtide2std.py +1 -1
- rapidtide/scripts/resamplenifti.py +1 -1
- rapidtide/scripts/resampletc.py +1 -1
- rapidtide/scripts/retrolagtcs.py +1 -1
- rapidtide/scripts/retroregress.py +1 -1
- rapidtide/scripts/roisummarize.py +1 -1
- rapidtide/scripts/runqualitycheck.py +1 -1
- rapidtide/scripts/showarbcorr.py +1 -1
- rapidtide/scripts/showhist.py +1 -1
- rapidtide/scripts/showstxcorr.py +1 -1
- rapidtide/scripts/showtc.py +1 -1
- rapidtide/scripts/showxcorr_legacy.py +1 -1
- rapidtide/scripts/showxcorrx.py +1 -1
- rapidtide/scripts/showxy.py +1 -1
- rapidtide/scripts/simdata.py +1 -1
- rapidtide/scripts/spatialdecomp.py +1 -1
- rapidtide/scripts/spatialfit.py +1 -1
- rapidtide/scripts/spatialmi.py +1 -1
- rapidtide/scripts/spectrogram.py +1 -1
- rapidtide/scripts/stupidramtricks.py +1 -1
- rapidtide/scripts/synthASL.py +1 -1
- rapidtide/scripts/tcfrom2col.py +1 -1
- rapidtide/scripts/tcfrom3col.py +1 -1
- rapidtide/scripts/temporaldecomp.py +1 -1
- rapidtide/scripts/testhrv.py +1 -1
- rapidtide/scripts/threeD.py +1 -1
- rapidtide/scripts/tidepool.py +1 -1
- rapidtide/scripts/variabilityizer.py +1 -1
- rapidtide/simfuncfit.py +1 -1
- rapidtide/stats.py +1 -8
- rapidtide/tests/cleanposttest +1 -1
- rapidtide/tests/resethappytargets +1 -1
- rapidtide/tests/resetrapidtidetargets +1 -1
- rapidtide/tests/resettargets +1 -1
- rapidtide/tests/runlocaltest +1 -1
- rapidtide/tests/showkernels +1 -1
- rapidtide/tests/test_aliasedcorrelate.py +1 -1
- rapidtide/tests/test_aligntcs.py +1 -1
- rapidtide/tests/test_calcicc.py +1 -1
- rapidtide/tests/test_congrid.py +1 -1
- rapidtide/tests/test_correlate.py +1 -1
- rapidtide/tests/test_corrpass.py +1 -1
- rapidtide/tests/test_delayestimation.py +1 -1
- rapidtide/tests/test_doresample.py +1 -1
- rapidtide/tests/test_fastresampler.py +1 -1
- rapidtide/tests/test_findmaxlag.py +1 -1
- rapidtide/tests/test_fullrunhappy_v1.py +2 -2
- rapidtide/tests/test_fullrunhappy_v2.py +2 -2
- rapidtide/tests/test_fullrunhappy_v3.py +2 -2
- rapidtide/tests/test_fullrunhappy_v4.py +2 -2
- rapidtide/tests/test_fullrunhappy_v5.py +1 -3
- rapidtide/tests/test_fullrunrapidtide_v1.py +1 -1
- rapidtide/tests/test_fullrunrapidtide_v2.py +3 -1
- rapidtide/tests/test_fullrunrapidtide_v3.py +1 -1
- rapidtide/tests/test_fullrunrapidtide_v4.py +1 -1
- rapidtide/tests/test_fullrunrapidtide_v5.py +1 -1
- rapidtide/tests/test_fullrunrapidtide_v6.py +1 -1
- rapidtide/tests/test_io.py +1 -1
- rapidtide/tests/test_linfitfiltpass.py +1 -1
- rapidtide/tests/test_mi.py +1 -1
- rapidtide/tests/test_miscmath.py +1 -1
- rapidtide/tests/test_motionregress.py +1 -1
- rapidtide/tests/test_nullcorr.py +1 -1
- rapidtide/tests/test_padvec.py +1 -1
- rapidtide/tests/test_phaseanalysis.py +1 -1
- rapidtide/tests/test_rapidtideparser.py +1 -1
- rapidtide/tests/test_refinedelay.py +1 -2
- rapidtide/tests/test_runmisc.py +1 -1
- rapidtide/tests/test_sharedmem.py +1 -1
- rapidtide/tests/test_simulate.py +1 -1
- rapidtide/tests/test_stcorrelate.py +1 -1
- rapidtide/tests/test_timeshift.py +1 -1
- rapidtide/tests/test_valtoindex.py +1 -1
- rapidtide/tests/test_zRapidtideDataset.py +1 -1
- rapidtide/tests/utils.py +1 -1
- rapidtide/transformerdlfilter.py +2 -4
- rapidtide/util.py +37 -14
- rapidtide/voxelData.py +278 -0
- rapidtide/wiener.py +1 -1
- rapidtide/wiener2.py +1 -1
- rapidtide/workflows/adjustoffset.py +1 -1
- rapidtide/workflows/aligntcs.py +1 -1
- rapidtide/workflows/applydlfilter.py +20 -65
- rapidtide/workflows/atlasaverage.py +1 -1
- rapidtide/workflows/atlastool.py +1 -1
- rapidtide/workflows/calctexticc.py +1 -1
- rapidtide/workflows/ccorrica.py +1 -1
- rapidtide/workflows/cleanregressor.py +243 -0
- rapidtide/workflows/delayestimation.py +488 -0
- rapidtide/workflows/delayvar.py +1 -1
- rapidtide/workflows/diffrois.py +1 -1
- rapidtide/workflows/endtidalproc.py +1 -1
- rapidtide/workflows/fdica.py +1 -1
- rapidtide/workflows/filtnifti.py +1 -1
- rapidtide/workflows/filttc.py +1 -1
- rapidtide/workflows/fixtr.py +1 -1
- rapidtide/workflows/gmscalc.py +1 -1
- rapidtide/workflows/happy.py +49 -3
- rapidtide/workflows/happy2std.py +1 -1
- rapidtide/workflows/happy_parser.py +30 -6
- rapidtide/workflows/histnifti.py +1 -1
- rapidtide/workflows/histtc.py +1 -1
- rapidtide/workflows/linfitfilt.py +1 -1
- rapidtide/workflows/localflow.py +1 -1
- rapidtide/workflows/mergequality.py +1 -1
- rapidtide/workflows/niftidecomp.py +1 -1
- rapidtide/workflows/niftistats.py +1 -1
- rapidtide/workflows/pairproc.py +1 -1
- rapidtide/workflows/pairwisemergenifti.py +1 -1
- rapidtide/workflows/parser_funcs.py +1 -1
- rapidtide/workflows/physiofreq.py +1 -1
- rapidtide/workflows/pixelcomp.py +1 -1
- rapidtide/workflows/plethquality.py +1 -1
- rapidtide/workflows/polyfitim.py +1 -1
- rapidtide/workflows/proj2flow.py +1 -1
- rapidtide/workflows/rankimage.py +1 -1
- rapidtide/workflows/rapidtide.py +163 -679
- rapidtide/workflows/rapidtide2std.py +1 -1
- rapidtide/workflows/rapidtide_parser.py +1 -98
- rapidtide/workflows/regressfrommaps.py +4 -48
- rapidtide/workflows/resamplenifti.py +1 -1
- rapidtide/workflows/resampletc.py +1 -1
- rapidtide/workflows/retrolagtcs.py +1 -1
- rapidtide/workflows/retroregress.py +1 -1
- rapidtide/workflows/roisummarize.py +1 -1
- rapidtide/workflows/runqualitycheck.py +1 -1
- rapidtide/workflows/showarbcorr.py +1 -1
- rapidtide/workflows/showhist.py +1 -1
- rapidtide/workflows/showstxcorr.py +1 -1
- rapidtide/workflows/showtc.py +1 -1
- rapidtide/workflows/showxcorrx.py +1 -1
- rapidtide/workflows/showxy.py +1 -1
- rapidtide/workflows/simdata.py +1 -1
- rapidtide/workflows/spatialfit.py +1 -1
- rapidtide/workflows/spatialmi.py +1 -1
- rapidtide/workflows/spectrogram.py +1 -1
- rapidtide/workflows/synthASL.py +1 -1
- rapidtide/workflows/tcfrom2col.py +1 -1
- rapidtide/workflows/tcfrom3col.py +1 -1
- rapidtide/workflows/tidepool.py +2 -1
- rapidtide/workflows/utils.py +1 -1
- rapidtide/workflows/variabilityizer.py +1 -1
- {rapidtide-3.0a14.dist-info → rapidtide-3.0a15.dist-info}/METADATA +1 -1
- rapidtide-3.0a15.dist-info/RECORD +353 -0
- {rapidtide-3.0a14.dist-info → rapidtide-3.0a15.dist-info}/WHEEL +1 -1
- rapidtide/data/models/model_revised/model.h5 +0 -0
- rapidtide/data/models/model_serdar/model.h5 +0 -0
- rapidtide/data/models/model_serdar2/model.h5 +0 -0
- rapidtide-3.0a14.dist-info/RECORD +0 -345
- {rapidtide-3.0a14.dist-info → rapidtide-3.0a15.dist-info}/entry_points.txt +0 -0
- {rapidtide-3.0a14.dist-info → rapidtide-3.0a15.dist-info}/licenses/LICENSE +0 -0
- {rapidtide-3.0a14.dist-info → rapidtide-3.0a15.dist-info}/top_level.txt +0 -0
rapidtide/Colortables.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
#
|
|
4
|
-
# Copyright 2016-
|
|
4
|
+
# Copyright 2016-2025 Blaise Frederick
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
rapidtide/DerivativeDelay.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
#
|
|
4
|
-
# Copyright 2016-
|
|
4
|
+
# Copyright 2016-2025 Blaise Frederick
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
rapidtide/OrthoImageItem.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
#
|
|
4
|
-
# Copyright 2016-
|
|
4
|
+
# Copyright 2016-2025 Blaise Frederick
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
rapidtide/RapidtideDataset.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
#
|
|
4
|
-
# Copyright 2016-
|
|
4
|
+
# Copyright 2016-2025 Blaise Frederick
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -161,6 +161,7 @@ class Timecourse:
|
|
|
161
161
|
|
|
162
162
|
class Overlay:
|
|
163
163
|
"Store a data overlay and some information about it"
|
|
164
|
+
|
|
164
165
|
LUTname = None
|
|
165
166
|
|
|
166
167
|
def __init__(
|
|
@@ -489,6 +490,7 @@ class Overlay:
|
|
|
489
490
|
|
|
490
491
|
class RapidtideDataset:
|
|
491
492
|
"Store all the data associated with a rapidtide dataset"
|
|
493
|
+
|
|
492
494
|
fileroot = None
|
|
493
495
|
focusregressor = None
|
|
494
496
|
regressorfilterlimits = None
|
rapidtide/RegressorRefiner.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
#
|
|
4
|
-
# Copyright 2016-
|
|
4
|
+
# Copyright 2016-2025 Blaise Frederick
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
rapidtide/calcandfitcorrpairs.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
#
|
|
4
|
-
# Copyright 2016-
|
|
4
|
+
# Copyright 2016-2025 Blaise Frederick
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
rapidtide/calccoherence.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
#
|
|
4
|
-
# Copyright 2016-
|
|
4
|
+
# Copyright 2016-2025 Blaise Frederick
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
rapidtide/calcnullsimfunc.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
#
|
|
4
|
-
# Copyright 2016-
|
|
4
|
+
# Copyright 2016-2025 Blaise Frederick
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
rapidtide/calcsimfunc.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
#
|
|
4
|
-
# Copyright 2016-
|
|
4
|
+
# Copyright 2016-2025 Blaise Frederick
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
rapidtide/correlate.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
#
|
|
4
|
-
# Copyright 2016-
|
|
4
|
+
# Copyright 2016-2025 Blaise Frederick
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
#
|
|
4
|
-
# Copyright 2016-
|
|
4
|
+
# Copyright 2016-2025 Blaise Frederick
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
rapidtide \
|
|
4
4
|
--spatialfilt -1 \
|
|
5
|
-
--delayoffsetspatialfilt -1 \
|
|
6
5
|
--nprocs -1 \
|
|
7
6
|
--searchrange -5 20 \
|
|
8
7
|
--simcalcrange 50 -1 \
|
|
9
8
|
--outputlevel max \
|
|
9
|
+
--acfix \
|
|
10
10
|
sub-RAPIDTIDETEST.nii.gz \
|
|
11
|
-
../dst/sub-
|
|
11
|
+
../dst/sub-RAPIDTIDETEST_main
|
|
12
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
#
|
|
4
|
-
# Copyright 2016-
|
|
4
|
+
# Copyright 2016-2025 Blaise Frederick
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -65,5 +65,16 @@
|
|
|
65
65
|
happy \
|
|
66
66
|
sub-HAPPYTEST.nii.gz \
|
|
67
67
|
sub-HAPPYTEST.json \
|
|
68
|
-
--spatialregression \
|
|
69
68
|
../dst/happy
|
|
69
|
+
|
|
70
|
+
happy \
|
|
71
|
+
sub-HAPPYTEST.nii.gz \
|
|
72
|
+
sub-HAPPYTEST.json \
|
|
73
|
+
--model ~/code/rapidtide/rapidtide/data/models/model_cnn_w064_l13_fn20_fl08 \
|
|
74
|
+
../dst/happy_newcnn
|
|
75
|
+
|
|
76
|
+
#happy \
|
|
77
|
+
#sub-HAPPYTEST.nii.gz \
|
|
78
|
+
#sub-HAPPYTEST.json \
|
|
79
|
+
#../dst/happy
|
|
80
|
+
#
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
ROOTDIR=/data/frederic
|
|
4
|
+
PCDIR=${ROOTDIR}/physioconn/output_2025
|
|
5
|
+
|
|
6
|
+
rm ../dst/test_*txt
|
|
7
|
+
|
|
8
|
+
#./144125/144125_REST1_RL_info.json,0.7202007666318957,0.8433922959142652,0.1885880669098923,0.16165008008446202,0.6377615782804948,-0.08267147123355054,2.6174440579296476,2.0755666381391205
|
|
9
|
+
#./144125/144125_REST1_LR_info.json,0.808565698536329,0.9092988425552718,0.1964254075310612,0.14474567837066749,0.6483316301973894,-0.1649780161060566,2.675852113898243,1.9540795999118095
|
|
10
|
+
#./144125/144125_REST2_RL_info.json,0.8797561606112176,0.9399168800183665,0.10131674249235224,0.14794551115545787,0.6022251227345572,-0.11661211769010084,2.594834129016148,1.9613812654056964
|
|
11
|
+
#./144125/144125_REST2_LR_info.json,0.8945024253604358,0.9870236312805825,0.11015444842855743,0.15346602449619334,0.6273109523220333,-0.17124563603244516,2.3826604881557882,1.9571315095343715
|
|
12
|
+
|
|
13
|
+
#for MODEL in model_revised_tf2 model_serdar_tf2 model_convautoencoder_en16_fn16 model_convautoencoder_en16_fn24 model_convautoencoder_en16_fn32
|
|
14
|
+
#for MODEL in model_convautoencoder_en16_fn16 model_convautoencoder_en16_fn24 model_convautoencoder_en16_fn32
|
|
15
|
+
#for MODEL in model_cnn_w112_l21_fn50_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w128_l21_fn50_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w032_l21_fn50_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w048_l21_fn50_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w064_l21_fn50_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w080_l21_fn50_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w096_l21_fn50_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned
|
|
16
|
+
#for MODEL in model_cnn_w64_l21_fn35_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w64_l21_fn40_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w64_l21_fn45_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w64_l21_fn50_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w64_l21_fn55_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w64_l21_fn60_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned
|
|
17
|
+
#for MODEL in model_cnn_w064_l21_fn20_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w064_l21_fn25_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w064_l21_fn30_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w064_l21_fn50_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w064_l21_fn60_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned
|
|
18
|
+
|
|
19
|
+
for MODEL in model_cnn_w064_l03_fn20_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w064_l05_fn20_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w064_l07_fn20_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w064_l09_fn20_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w064_l11_fn20_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned model_cnn_w064_l13_fn20_fl5_e100_t4.0_ct0.72_s20_d1_relu_normaligned
|
|
20
|
+
|
|
21
|
+
do
|
|
22
|
+
applydlfilter \
|
|
23
|
+
${PCDIR}/144125/144125_REST1_LR_desc-stdrescardfromfmri_timeseries.json:cardiacfromfmri_25.0Hz \
|
|
24
|
+
../dst/test_${MODEL}.txt \
|
|
25
|
+
--model ~/code/rapidtide/rapidtide/experimental/${MODEL} \
|
|
26
|
+
--nodisplay
|
|
27
|
+
done
|
|
28
|
+
|
|
29
|
+
showtc \
|
|
30
|
+
../dst/test_model*txt \
|
|
31
|
+
${PCDIR}/144125/144125_REST1_LR_desc-stdrescardfromfmri_timeseries.json:cardiacfromfmri_25.0Hz,pleth \
|
|
32
|
+
--samplerate 25.0 \
|
|
33
|
+
--format separate
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
model_cnn_w064_l13_fn20_fl08_e100_t4.0_ct0.72_s20_d1_relu_normaligned: Prediction Error: 0.1203965516546574 Raw Error: 0.3173622005504527
|
|
Binary file
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"dofft":false,
|
|
3
|
+
"dropout_rate":0.3,
|
|
4
|
+
"excludethresh":4.0,
|
|
5
|
+
"loss":[
|
|
6
|
+
0.24404260516166687,
|
|
7
|
+
0.17086537182331085,
|
|
8
|
+
0.1626913994550705,
|
|
9
|
+
0.15824666619300842,
|
|
10
|
+
0.1552937924861908,
|
|
11
|
+
0.15289536118507385,
|
|
12
|
+
0.15105026960372925,
|
|
13
|
+
0.14951278269290924,
|
|
14
|
+
0.1482943296432495,
|
|
15
|
+
0.14708851277828217,
|
|
16
|
+
0.14622007310390472,
|
|
17
|
+
0.14542174339294434,
|
|
18
|
+
0.14468203485012054,
|
|
19
|
+
0.14401927590370178,
|
|
20
|
+
0.14356881380081177,
|
|
21
|
+
0.1431567519903183,
|
|
22
|
+
0.1426767110824585,
|
|
23
|
+
0.14235283434391022,
|
|
24
|
+
0.14201760292053223,
|
|
25
|
+
0.1416827291250229,
|
|
26
|
+
0.14137786626815796,
|
|
27
|
+
0.1413171887397766,
|
|
28
|
+
0.1410050392150879,
|
|
29
|
+
0.14084799587726593,
|
|
30
|
+
0.14060942828655243,
|
|
31
|
+
0.14049473404884338,
|
|
32
|
+
0.14031948149204254,
|
|
33
|
+
0.14010609686374664,
|
|
34
|
+
0.13996371626853943,
|
|
35
|
+
0.13981428742408752,
|
|
36
|
+
0.1398046314716339,
|
|
37
|
+
0.13953782618045807,
|
|
38
|
+
0.13946935534477234,
|
|
39
|
+
0.13942097127437592,
|
|
40
|
+
0.13929858803749084,
|
|
41
|
+
0.1392415463924408,
|
|
42
|
+
0.13916631042957306,
|
|
43
|
+
0.13909123837947845,
|
|
44
|
+
0.13897807896137238,
|
|
45
|
+
0.13887859880924225,
|
|
46
|
+
0.13896194100379944,
|
|
47
|
+
0.13884522020816803,
|
|
48
|
+
0.13871248066425323,
|
|
49
|
+
0.13862736523151398,
|
|
50
|
+
0.13862277567386627,
|
|
51
|
+
0.13859069347381592,
|
|
52
|
+
0.13844624161720276,
|
|
53
|
+
0.1384449154138565,
|
|
54
|
+
0.13835109770298004,
|
|
55
|
+
0.13827572762966156,
|
|
56
|
+
0.1383543759584427,
|
|
57
|
+
0.1382092833518982,
|
|
58
|
+
0.1382567584514618,
|
|
59
|
+
0.13819508254528046,
|
|
60
|
+
0.13807587325572968,
|
|
61
|
+
0.1380884349346161,
|
|
62
|
+
0.13805615901947021,
|
|
63
|
+
0.1380653828382492,
|
|
64
|
+
0.13794268667697906,
|
|
65
|
+
0.13790026307106018,
|
|
66
|
+
0.13785326480865479,
|
|
67
|
+
0.13780032098293304,
|
|
68
|
+
0.13788530230522156,
|
|
69
|
+
0.1379043310880661,
|
|
70
|
+
0.13773661851882935,
|
|
71
|
+
0.13784055411815643,
|
|
72
|
+
0.13778267800807953,
|
|
73
|
+
0.13777196407318115,
|
|
74
|
+
0.13764862716197968,
|
|
75
|
+
0.1377096325159073,
|
|
76
|
+
0.13772279024124146,
|
|
77
|
+
0.13765718042850494,
|
|
78
|
+
0.1376623660326004,
|
|
79
|
+
0.13756607472896576,
|
|
80
|
+
0.13752040266990662
|
|
81
|
+
],
|
|
82
|
+
"modelname":"model_cnn_w064_l13_fn20_fl08_e100_t4.0_ct0.72_s20_d1_relu_normaligned",
|
|
83
|
+
"num_epochs":100,
|
|
84
|
+
"num_layers":13,
|
|
85
|
+
"prediction_error":0.1203965516546574,
|
|
86
|
+
"raw_error":0.3173622005504527,
|
|
87
|
+
"train_arch":"linux",
|
|
88
|
+
"usebadpts":false,
|
|
89
|
+
"val_loss":[
|
|
90
|
+
0.14685764908790588,
|
|
91
|
+
0.1399032026529312,
|
|
92
|
+
0.1351466327905655,
|
|
93
|
+
0.13281379640102386,
|
|
94
|
+
0.13339294493198395,
|
|
95
|
+
0.13446921110153198,
|
|
96
|
+
0.12706875801086426,
|
|
97
|
+
0.12919315695762634,
|
|
98
|
+
0.12760485708713531,
|
|
99
|
+
0.12744316458702087,
|
|
100
|
+
0.12421777099370956,
|
|
101
|
+
0.1245395615696907,
|
|
102
|
+
0.12591569125652313,
|
|
103
|
+
0.12412194162607193,
|
|
104
|
+
0.12446551024913788,
|
|
105
|
+
0.12413788586854935,
|
|
106
|
+
0.12483581155538559,
|
|
107
|
+
0.12359398603439331,
|
|
108
|
+
0.1228623241186142,
|
|
109
|
+
0.12202053517103195,
|
|
110
|
+
0.12229941040277481,
|
|
111
|
+
0.12206815183162689,
|
|
112
|
+
0.12430140376091003,
|
|
113
|
+
0.12533128261566162,
|
|
114
|
+
0.12202366441488266,
|
|
115
|
+
0.12182188779115677,
|
|
116
|
+
0.1225178986787796,
|
|
117
|
+
0.12186575680971146,
|
|
118
|
+
0.12262368947267532,
|
|
119
|
+
0.1224021166563034,
|
|
120
|
+
0.12279072403907776,
|
|
121
|
+
0.12190253287553787,
|
|
122
|
+
0.12132854014635086,
|
|
123
|
+
0.1216944009065628,
|
|
124
|
+
0.1224927008152008,
|
|
125
|
+
0.12153491377830505,
|
|
126
|
+
0.1227400153875351,
|
|
127
|
+
0.12249016016721725,
|
|
128
|
+
0.12205129861831665,
|
|
129
|
+
0.12162687629461288,
|
|
130
|
+
0.12101034075021744,
|
|
131
|
+
0.12102416902780533,
|
|
132
|
+
0.12136662006378174,
|
|
133
|
+
0.12166453152894974,
|
|
134
|
+
0.12160247564315796,
|
|
135
|
+
0.12130823731422424,
|
|
136
|
+
0.12100188434123993,
|
|
137
|
+
0.12094895541667938,
|
|
138
|
+
0.12116464227437973,
|
|
139
|
+
0.12116051465272903,
|
|
140
|
+
0.12174172699451447,
|
|
141
|
+
0.12167128175497055,
|
|
142
|
+
0.1208944171667099,
|
|
143
|
+
0.12136266380548477,
|
|
144
|
+
0.12133347243070602,
|
|
145
|
+
0.1213330402970314,
|
|
146
|
+
0.12072943150997162,
|
|
147
|
+
0.12061811238527298,
|
|
148
|
+
0.12106341123580933,
|
|
149
|
+
0.1216120570898056,
|
|
150
|
+
0.12063194066286087,
|
|
151
|
+
0.12124799937009811,
|
|
152
|
+
0.12051121890544891,
|
|
153
|
+
0.12211091816425323,
|
|
154
|
+
0.12039653211832047,
|
|
155
|
+
0.12158545106649399,
|
|
156
|
+
0.12119194865226746,
|
|
157
|
+
0.12082452327013016,
|
|
158
|
+
0.12100724875926971,
|
|
159
|
+
0.12084666639566422,
|
|
160
|
+
0.12118947505950928,
|
|
161
|
+
0.12046029418706894,
|
|
162
|
+
0.12182389199733734,
|
|
163
|
+
0.12113787978887558,
|
|
164
|
+
0.12074936181306839
|
|
165
|
+
],
|
|
166
|
+
"window_size":64
|
|
167
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|