<li><strong>program (fluid.Program):</strong> - Inference Program of the teacher model.</li>
<li>
<p><strong>reader_config (dict):</strong> - The config for data reader. Support all the three types of generators used by <ahref="https://www.paddlepaddle.org.cn/documentation/docs/en/api/io/PyReader.html">fluid.io.PyReader</a> and <ahref="https://www.paddlepaddle.org.cn/documentation/docs/en/api/io/DataLoader.html#dataloader">fluid.io.DataLoader</a>, and their configs contain the key-value pair of the generator type and a generator object, plus other necessary argument pairs. See the following:</p>