camillebri commited on
Commit
b63ab6e
1 Parent(s): fe4062e

Uploading None in /Users/camille.brianceau/aramis/maps

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model Card for None
2
+ This model was trained with ClinicaDL. You can find here the
3
+ ## General information
4
+ ## Architecture
5
+ This model was trained for **classification** and the architecture chosen is **Conv4_FC3**.
6
+ **dropout**: 0.0
7
+ **latent_space_size**: 2
8
+ **feature_size**: 1024
9
+ **n_conv**: 4
10
+ **io_layer_channels**: 8
11
+ **recons_weight**: 1
12
+ **kl_weight**: 1
13
+ **normalization**: batch
14
+ **architecture**: Conv4_FC3
15
+ **multi_network**: False
16
+ **dropout**: 0.0
17
+ **latent_space_dimension**: 64
18
+ **latent_space_size**: 2
19
+ **selection_metrics**: ['loss']
20
+ **label**: diagnosis
21
+ **selection_threshold**: 0.0
22
+ **gpu**: True
23
+ **n_proc**: 32
24
+ **batch_size**: 32
25
+ **evaluation_steps**: 20
26
+ **seed**: 0
27
+ **deterministic**: False
28
+ **compensation**: memory
29
+ **transfer_path**: ../../autoencoders/exp3/maps
30
+ **transfer_selection_metric**: loss
31
+ **use_extracted_features**: False
32
+ **multi_cohort**: False
33
+ **diagnoses**: ['AD', 'CN']
34
+ **baseline**: True
35
+ **normalize**: True
36
+ **data_augmentation**: False
37
+ **sampler**: random
38
+ **n_splits**: 5
39
+ **epochs**: 200
40
+ **learning_rate**: 1e-05
41
+ **weight_decay**: 0.0001
42
+ **patience**: 10
43
+ **tolerance**: 0.0
44
+ **accumulation_steps**: 1
45
+ **optimizer**: Adam
46
+ **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'}}
47
+ **mode**: roi
48
+ **network_task**: classification
49
+ **caps_directory**: $WORK/../commun/datasets/adni/caps/caps_v2021
50
+ **tsv_path**: $WORK/Aramis_tools/ClinicaDL_tools/experiments_ADDL/data/ADNI/train
51
+ **validation**: KFoldSplit
52
+ **num_networks**: 2
53
+ **label_code**: {'AD': 0, 'CN': 1}
54
+ **output_size**: 2
55
+ **input_size**: [1, 50, 50, 50]
56
+ **loss**: None