FastText.NetWrapper
FastText.NetWrapper copied to clipboard
Unsupervised training callbacks don't work with Microsoft.NET.Sdk.Web SDK
Hi!
In the .csproj file I changed the header from
<Project Sdk="Microsoft.NET.Sdk.Web">
to
<Project Sdk="Microsoft.NET.Sdk">
and it all worked.
I have no explanation for this.
Originally posted by @VZMDeadAngel in https://github.com/olegtarasov/FastText.NetWrapper/issues/26#issuecomment-906518029