Closed Jamminroot closed 2 years ago
Hello! Thanks for such a brilliant work.
I've recently started adapting my code to have some basic UI with WinForms, and I instantly stumbled on app hanging on numpy call. Sample code:
var xInputF = np.array(inputs); var xInput = xInputF.reshape(count, depthDays, sizePerDay);
App won't go further than np.array(inputs); Here's stack trace of a thread which seem to be stuck (model is created just fine):
That happends when I work with Keras from a thread
Haven't read manual thoroughly, sorry.
Hello! Thanks for such a brilliant work.
I've recently started adapting my code to have some basic UI with WinForms, and I instantly stumbled on app hanging on numpy call. Sample code:
App won't go further than np.array(inputs); Here's stack trace of a thread which seem to be stuck (model is created just fine):
That happends when I work with Keras from a thread