dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
264 stars 56 forks source link

The JSON-RPC connection with the remote party was lost before the request could complete. #2822

Open nampster1 opened 8 months ago

nampster1 commented 8 months ago

I created a console project in Visual Studio 2022 version 17.8.4 and added a machine learning to this console project. Then I selected the text classification option in ML Builder.

I get my data set from the database and I have a sample data set of about 1000 rows.

I use local CPU for training. However, when I start training, I get an error like below. Although I tried all the solution suggestions, I could not solve the error. I also examined the previously opened records but there was no solution.

How can I solve this problem, can you help? error

nampster1 commented 8 months ago

I wonder if anyone can help or has any ideas? Thank you very much in advance.

zewditu commented 8 months ago

@nampster1, this is known issue, we are working on it to resolve in our next release. Track the issue here https://github.com/dotnet/machinelearning-modelbuilder/issues/2794.

nampster1 commented 8 months ago

@nampster1, this is known issue, we are working on it to resolve in our next release. Track the issue here #2794.

Thanks for the answer!