kotlindl
kotlindl copied to clipboard
Сonsider reinitialization of Input/Output shapes in the case of model file changed
Interestingly, calling initInputOutputInfo
twice would not change the shapes, because there are checks to initialize them twice. And we need the check for the input shape because for some models it is set manually before initialization. Perhaps, this is something that should be looked into later.
Originally posted by @juliabeliaeva in https://github.com/Kotlin/kotlindl/pull/409#discussion_r933657498