Skip to content

Instantly share code, notes, and snippets.

@Davisy
Created May 21, 2020 07:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Davisy/9e79ab1e3c5f669dbdf11e68ecf62484 to your computer and use it in GitHub Desktop.
Save Davisy/9e79ab1e3c5f669dbdf11e68ecf62484 to your computer and use it in GitHub Desktop.
dataset:
script_path: ../datasets/cifar10_keras.py
model:
script_path: ../models/optimized.py
optimizer:
script_path: ../optimizers/adam_keras.py
initial_lr: 0.0001
train:
script_path: ../train/train_keras.py
artifacts_path: ../artifacts/cifar10_opt/
batch_size: 64
epochs: 1000
data_augmentation:
samplewise_center: False
samplewise_std_normalization: False
rotation_range: 0
width_shift_range: 0.1
height_shift_range: 0.1
horizontal_flip: True
vertical_flip: False
zoom_range: 0
shear_range: 0
channel_shift_range: 0
featurewise_center: False
zca_whitening: False
evaluate:
batch_size: 1000
augmentation_factor: 32
data_augmentation:
samplewise_center: False
samplewise_std_normalization: False
rotation_range: 0
width_shift_range: 0.15
height_shift_range: 0.15
horizontal_flip: True
vertical_flip: False
zoom_range: 0
shear_range: 0
channel_shift_range: 0
featurewise_center: False
zca_whitening: False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment