Michael Sharp

Results 209 comments of Michael Sharp

@jannickj sorry for the confusion about this. This is something that we are discussing. As we are working on adding TorchSharp support to ML.NET, this will probably become a larger...

Can you share the pipeline you are using? The number of times it gets the data is going to directly relate to the transforms (as you mentioned) and if the...

You said that you don't want to load all the data into memory for fitting, which I completely understand. But you also said that you would expect the data to...

@ddobric I'm trying to look into this. Would you be able to share a simple repro? How much memory are you giving your containers? From the last paragraph, it looks...

I see. So basically we have a memory leak somewhere between our ML.NET and TensorFlow.NET interactions. Let me update the title of this issue and mark this for further investigation.

@LittleLittleCloud I'll tag this for ML.NET 2.0 (For release this November) just so it can be tracked appropriately. If the plan is not to have it by Nov let me...

@andrei-faber I believe that should be just fine. Let me talk to some people on my end and I'll get back to you.

@andrei-faber The NuGet package has been added and I have requeued the pipelines.

@andrei-faber So part of the issue is that we are still building for .net core 2, which the sql package doesn't support. I am in the process of removing that,...