SciSharp/TensorFlow.NET

[BUG Report]: Model. predict() program crashes

13995671008 opened this issue · 1 comments

Description

After loading the trained U-NET model and using model. predict() to predict the model, the program crashes without any error reports,
1704945117883

Reproduction Steps

No response

Known Workarounds

No response

Configuration and Other Information

No response

Model. predict() program runs to c_api.aager.cs 's Public static void TFE_Execute(),
The Execute (op, rawReturns, ref num_retvals, status) method will wait for the memory address of the returned value from tensorflowd.dl, at which point the program will crash.
1704961271028
1704961388891