I've the following code that was, apparently, working fine in tf...@0.12.3 (model converging and no error messages)
When I've switched from tf...@0.12.5 the following messages show in the console:
tf...@0.12.5:2 Uncaught (in promise) Error: Cannot start training because another fit() call is ongoing.
at t.<anonymous> (tf...@0.12.5:2)
at tf...@0.12.5:2
at Object.next (tf...@0.12.5:2)
at tf...@0.12.5:2
at new Promise (<anonymous>)
at __awaiter$1 (tf...@0.12.5:2)
at t.fit (tf...@0.12.5:2)
at t.<anonymous> (tf...@0.12.5:2)
at tf...@0.12.5:2
at Object.next (tf...@0.12.5:2)
I don't see no other changes during execution except for the console messages.
Any pointers?