Closed venkateshkrc closed 4 years ago
Can you please share more details? Some sample code and perhaps some sample data would be very useful.
Perhaps the same problem as #4585 ?
Yes, it is the same. Sorry. Will close this issue.
For the time being worked around using ITransformer.Transform which does not seem to lock files.
System information
Issue
Creating PredictionEngine and using Predict on an Image data locks the image file. Disposing the prediction engine has no effect as well.
~~ImageLoadingEstimator locks the image file and does not release the lock even after going out of context.~~