50</pre></div></td><tdclass="code"><divclass="highlight"><pre><span></span><spanclass="c1"># initializer is called by the framework during initialization.</span>
<spanclass="c1"># It allows the user to describe the data types and setup the</span>
<spanclass="c1"># necessary data structure for later use.</span>
<spanclass="c1"># `settings` is an object. initializer need to properly fill settings.input_types.</span>
<spanclass="c1"># initializer can also store other data structures needed to be used at process().</span>
<spanclass="c1"># In this example, dictionary is stored in settings.</span>
<spanclass="c1"># `dictionay` and `kwargs` are arguments passed from trainer_config.lr.py</span>