Commit ·
78f00b6
1
Parent(s): f2ee175
Uploading None in /Users/camille.brianceau/aramis/maps
Browse files
README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Model Card for None
|
| 2 |
+
*architecture*: Conv4_FC3
|
| 3 |
+
*multi_network*: False
|
| 4 |
+
*dropout*: 0.0
|
| 5 |
+
*latent_space_dimension*: 64
|
| 6 |
+
*latent_space_size*: 2
|
| 7 |
+
*selection_metrics*: ['loss']
|
| 8 |
+
*label*: diagnosis
|
| 9 |
+
*selection_threshold*: 0.0
|
| 10 |
+
*gpu*: True
|
| 11 |
+
*n_proc*: 32
|
| 12 |
+
*batch_size*: 32
|
| 13 |
+
*evaluation_steps*: 20
|
| 14 |
+
*seed*: 0
|
| 15 |
+
*deterministic*: False
|
| 16 |
+
*compensation*: memory
|
| 17 |
+
*transfer_path*: ../../autoencoders/exp3/maps
|
| 18 |
+
*transfer_selection_metric*: loss
|
| 19 |
+
*use_extracted_features*: False
|
| 20 |
+
*multi_cohort*: False
|
| 21 |
+
*diagnoses*: ['AD', 'CN']
|
| 22 |
+
*baseline*: True
|
| 23 |
+
*normalize*: True
|
| 24 |
+
*data_augmentation*: False
|
| 25 |
+
*sampler*: random
|
| 26 |
+
*n_splits*: 5
|
| 27 |
+
*epochs*: 200
|
| 28 |
+
*learning_rate*: 1e-05
|
| 29 |
+
*weight_decay*: 0.0001
|
| 30 |
+
*patience*: 10
|
| 31 |
+
*tolerance*: 0.0
|
| 32 |
+
*accumulation_steps*: 1
|
| 33 |
+
*optimizer*: Adam
|
| 34 |
+
*preprocessing_dict*: {'preprocessing': 't1-linear', 'mode': 'roi', 'use_uncropped_image': False, 'roi_list': ['leftHippocampusBox', 'rightHippocampusBox'], 'uncropped_roi': False, 'prepare_dl': False, 'file_type': {'pattern': '*space-MNI152NLin2009cSym_desc-Crop_res-1x1x1_T1w.nii.gz', 'description': 'T1W Image registered using t1-linear and cropped (matrix size 169×208×179, 1 mm isotropic voxels)', 'needed_pipeline': 't1-linear'}}
|
| 35 |
+
*mode*: roi
|
| 36 |
+
*network_task*: classification
|
| 37 |
+
*caps_directory*: $WORK/../commun/datasets/adni/caps/caps_v2021
|
| 38 |
+
*tsv_path*: $WORK/Aramis_tools/ClinicaDL_tools/experiments_ADDL/data/ADNI/train
|
| 39 |
+
*validation*: KFoldSplit
|
| 40 |
+
*num_networks*: 2
|
| 41 |
+
*label_code*: {'AD': 0, 'CN': 1}
|
| 42 |
+
*output_size*: 2
|
| 43 |
+
*input_size*: [1, 50, 50, 50]
|
| 44 |
+
*loss*: None
|