Skip to content

Instantly share code, notes, and snippets.

@KBlansit
Last active August 20, 2017 04:29
Show Gist options
  • Save KBlansit/567b333c533a2acd6a94991d1bdcc27f to your computer and use it in GitHub Desktop.
Save KBlansit/567b333c533a2acd6a94991d1bdcc27f to your computer and use it in GitHub Desktop.
ai settings examples
# 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
# 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