Image-Colorization / configs /experiment1.yaml
AnujPanthri
trying shuffle
03e03ff
raw
history blame contribute delete
266 Bytes
# mandatory
task: simple_regression_colorization
dataset: forests
model: model_v1
# common parameters
seed: 324
train_size: 0.8
# image_size: 224
# image_size: 64
image_size: 128
shuffle: True
# training related
batch_size: 16
epochs: 50
# epochs: 20
# epochs: 02