Christos Apostolopoulos
Christos Apostolopoulos
Still no answer to this :( Will we not get variable sharing anytime soon ? This will help ML development efforts in C# by a lot.
+1 here, facing the same issues with `localhost:${port}` or `http://localost:${port}`
Could this extension class help ? https://github.com/SciSharp/NumSharp/blob/master/src/NumSharp.Bitmap/np_.extensions.cs
I just realized that the following works: var openSeries = new Graph.Mesh3d() { name = "Mesh", x = new[] { 1, 2, 3, 4 }, y = new[] { 10,...
Apparently you need to add `CultureInfo.InvariantCulture` to the function if your double/float has dots instead of commas: https://stackoverflow.com/questions/7725020/how-to-use-convert-changetype-when-conversiontype-is-decimal-and-input-is-40 So a potential fix could be to check whether the type of...
@eerhardt Good idea. I can implement this in a couple of days unless you guys decide to add it to dotnet/corefxlab#2927 , which in that case I can just close...
Sounds good @pgovind , I'll push this and dotnet/corefxlab#2902 in dotnet/corefxlab#2927 in the next couple of days. I think I will clean up some duplicate code I saw as well...
I wouldn't mind re-taking a look at this at some point, just don't know exactly when that would be :)
Hi @luisquintanilla , thank you for this overview. Would you consider adding my issue as well ? https://github.com/dotnet/machinelearning/issues/5652 Edit: And also maybe this one https://github.com/dotnet/machinelearning/issues/5656
Check out this fork: https://github.com/glopesdev/TensorFlowSharp/tree/develop