reset
fun reset()
Content copied to clipboard
It ignores that model is initialized already and call initializers under the hood to re-initialize kGraph variables.
NOTE: The model becomes initialized after this method call. The flag isModelInitialized is set to True and the flag isOptimizerVariableInitialized is set to False. As a result, when the method ``fit()``
will be called, optimizer variables are re-initialized.