curiosity-ai / catalyst

🚀 Catalyst is a C# Natural Language Processing library built for speed. Inspired by spaCy's design, it brings pre-trained models, out-of-the box support for training word and document embeddings, and flexible entity recognition models.
MIT License
715 stars 73 forks source link

Adding Catalyst to a UWP app causes OutOfMemoryException compiling. #31

Closed JimGaleForce closed 3 years ago

JimGaleForce commented 4 years ago

Just adding Catalyst to a UWP app (tried versions 17763, 18362) causes the error "Framework resource extraction failed. Exception of type 'System.OutOfMemoryException' was thrown." when compiling.

To Reproduce Create a UWP app in Visual Studio 2019, add Catalyst through NuGet. Add the using, and possibly a use of it. Build for either x64 or x86.

Expected behavior Compilation works.

theolivenbaum commented 4 years ago

From a quick search, could be related to this issue from ML.Net and UWP: https://github.com/dotnet/machinelearning/issues/4366