keras-sharp
keras-sharp copied to clipboard
Error occurred while restoring NuGet packages: The operation failed as details for project SampleApp (GPU) could not be loaded.
NuGet packages seem to have difficulty loading. I cannot get them to load.
@AndyManYogi Try to use dotnet restore "Keras Sharp.sln"
I have same issue, but I don't have dotnet core command, should I try installing dotnet core ?
@AndyManYogi Please check, if your project path contains non-letter character, e.g. "keras-sharp". Try to remove it, e.g. rename "keras-sharp" to "kerassharp". See https://github.com/NuGet/Home/issues/6324#issuecomment-354259542 .