FatemehEsfahani
FatemehEsfahani
Hi I have tried running MnistFnnKerasFunctional.cs which trains a model on Mnist data and saves it to a file called "mnist_model". However, the model does not save anything. Also, I...
Hi, I have tried to load my cnn model in C# visual studio. I have trained my model using keras in python. When I use the following command: var loaded_model...
**Describe the bug** When a class does not show up in a batch, the corresponding row in the confusing matrix becomes zero. As a result, division by zero happens and...