1###############################################################################
2# Copyright (c) Intel Corporation - All rights reserved.                      #
3# This file is part of the LIBXSMM library.                                   #
4#                                                                             #
5# For information on the license, see the LICENSE file.                       #
6# Further information: https://github.com/hfp/libxsmm/                        #
7# SPDX-License-Identifier: BSD-3-Clause                                       #
8###############################################################################
9# Sasikanth Avancha, Dhiraj Kalamkar, Alexander Heinecke (Intel Corp.)
10###############################################################################
11
12max_epochs: 60
13test_epoch: 1
14lr_policy: "step"
15learning_rate: 0.01
16momentum: 0.9
17weight_decay: 0.0005
18gamma: 0.1
19stepsize: 75000
20type: "SGD"
21load_checkpoint: true
22checkpoint_dir: "./weights"
23checkpoint_format: "binary"
24