27 lines
766 B
JSON
27 lines
766 B
JSON
{
|
|
"model": "Inception_2logits",
|
|
"signature_train_list": "./experiments/data_list/firmas_pairs_c_train.txt",
|
|
"signature_val_list": "./experiments/data_list/firmas_pairs_c_val.txt",
|
|
"images_dir": "/home/deeplearning/work/Deeplearning/dataset/writingID/offline/firmas_binarized/",
|
|
"is_augment": false,
|
|
"learning_rate": 1e-5,
|
|
"batch_size": 32,
|
|
"num_epochs": 1,
|
|
"use_batch_norm": true,
|
|
"bn_momentum": 0.9,
|
|
"margin": 5,
|
|
"embedding_size": 64,
|
|
"keep_prob": 0.4,
|
|
"squared": false,
|
|
"image_width": 220,
|
|
"image_height": 155,
|
|
"positive_size": 276,
|
|
"negative_size": 720,
|
|
"channels": 1,
|
|
"num_parallel_calls": 4,
|
|
"save_summary_steps": 100,
|
|
"save_checkpoints_steps": 1000,
|
|
"num_gpus": 3,
|
|
"keep_checkpoint_max": 25,
|
|
"eval_steps": 10
|
|
} |