SciSharp-Stack-Examples icon indicating copy to clipboard operation
SciSharp-Stack-Examples copied to clipboard

Practical examples written in SciSharp's machine learning libraries

Results 27 SciSharp-Stack-Examples issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I have tried example in ImageClassificationKeras.cs and class_names in datasets are allways null. I tried to use explicit parameter - labels: "inferred", but it do not help. Thank you Milan...

Hello: I want to know if I can use the repo to convert some pre-trained models to the models which can be used by the repo? For example, Nvidia StyleGAN3,...

https://github.com/SciSharp/SciSharp-Stack-Examples/blob/master/src/TensorFlowNET.Examples/ImageProcessing/ImageRecognitionInception.cs ![image](https://user-images.githubusercontent.com/26201484/156174458-fbd22386-4d13-49d9-9e87-df5e2efb46f4.png) 我发现循环第一次的耗时永远比后面几次时间长,想问一下这是tf.Session().run()初次运行导致的吗

Hello this is great for the C# community, can you please share some information /samples, i.e. do you have any samples for health `drugs `or pres`criptons` training models on doctors...

Hello, as per the subject, are there plans to implement TF2 functions? For example: ``` tf.saved_model.load ``` This is part of the code I would like to implement in C#...

The `FullyConnectedKeras` example in the `TensorFlowNET.Examples` project runs properly with a target framework of `net5.0`, with an accuracy around 95%. But if you change the target framework to `net6.0`, the...

Hello , I have trained a SSD MobileNet V2 FPNLite 640x640 pretrained model in Tensorflow 2.4 with my own data and exported as saved model .The inference and image object...

In vs2019 debug mode,after CnnInYourOwnData call Train() and running finished,it can generated all ckpt files but then call Test() function : (loss_test, accuracy_test) = sess.run((loss, accuracy), (x, x_test), (y, y_test));...

Hi, I am interested in Keras Api using the Subclass style for building the model. I clone example and run example [MNIST CNN (Keras Subclass)](https://github.com/SciSharp/SciSharp-Stack-Examples/blob/master/src/TensorFlowNET.Examples/ImageProcessing/MnistCnnKerasSubclass.cs). I use ```save_weights``` function but...