kotlindl icon indicating copy to clipboard operation
kotlindl copied to clipboard

Сonsider reinitialization of Input/Output shapes in the case of model file changed

Open ermolenkodev opened this issue 2 years ago • 0 comments

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

ermolenkodev avatar Aug 01 '22 09:08 ermolenkodev