Last active
August 20, 2017 04:29
-
-
Save KBlansit/567b333c533a2acd6a94991d1bdcc27f to your computer and use it in GitHub Desktop.
ai settings examples
This file contains hidden or 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
# deep learning settings | |
WEIGHT_DECAY: 0.0005 | |
LEARNING_RATE: 10e-4 | |
MOMENTUM: 0.99 | |
DOWNSIZE_FILTER_FACTOR: 1 | |
EPOCHS: 1 | |
KERNEL_SIZE: 3 | |
# file settings | |
BATCH_SIZE: 10 | |
RESULT_PATH: result_data/ | |
# experimental settings | |
SEED: 765687 | |
CROSS_VALIDATION: 5 | |
VALIDATION_PROP: 0.8 | |
EVAL_KERNEL_SIZE: 4 |
This file contains hidden or 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
# input settings | |
TARGET_Y_SIZE: 128 | |
TARGET_X_SIZE: 128 | |
TARGET_Z_SIZE: 128 | |
# landmarks to use | |
anatomic_landmarks: | |
Main Pulmonary Artery: | |
sigma: 50 | |
Pulmonary Artery Bifurcation: | |
sigma: 50 | |
Pulmonary Valve: | |
sigma: 50 | |
Right Pulmonary Artery Bifurcation: | |
sigma: 50 | |
Left Pulmonary Artery Bifurcation: | |
sigma: 50 | |
# output settings | |
OUTPUT_PATH: | |
"output_data" | |
INPUT_PATH: | |
"Z:/Uploaded Files/All" | |
DICOM_PATH: | |
"D:/Kevin Files/CTPE Files New" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment