mnelsonwhite
mnelsonwhite
This is a significant difference in the API for .net, there does not appear to be a way to provide multiple loss functions.
Will do. In the meantime, this extension method should work. ``` public static class KerasBaseModelExtensions { public static void Compile( this BaseModel model, StringOrInstance optimizer, string[] loss, string[] metrics =...
#183 Add support for loss function array
Why not close this issue?
Has anyone had any success with this yet?
Hi Beau, I have the updated `rd.xml` file, but unfortunately it is still failing in a strange manor. I have tried building natively in win10-x64 in windows 11 and linux-x64...
Ah okay. I changed my test program and I get something more like what I was expecting. ``` c# private static Task Main() { var a = new CustomJsonSerializerContext(); var...
This is how I expect this should work.
Why isn't this fix released?