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

Hi, Is Deep Q Learning (Reinforcement Learning) supported by SciSharp? Because I can't find any example. Thanks!

Unfortunately, none of the examples work without throwing exceptions. The documentation in VS Intellisense is also not nice. ![image](https://user-images.githubusercontent.com/56205969/119374636-b8c3b900-bcb1-11eb-8b9b-ad8711f75f25.png) This is just of the annoying exceptions. Do I have to...

Hi folks, I am using word2vec and I have added textfile instead of URL Web Download (text8.zip). The rest of the code is the same as the example written in...

Hi, I'm currently trying to run a 'ImageRecognitionInception' example with my pre-trained model (which is .pb file) and here comes a problem : **Tensorflow.InvalidArgumentError:** 'Can not squeeze dim[1], expected a...

很多错误,这是其中之一。 严重性 代码 说明 项目 文件 行 禁止显示状态 错误 CS0111 类型“CIFAR10_CNN”已定义了一个名为“Run”的具有相同参数类型的成员 TensorFlowNET.Examples C:\Users\47013\Desktop\临时\SciSharp-Stack-Examples-master\src\TensorFlowNET.Examples\ImageProcessing\ToyResNet.cs 43 活动

![1](https://user-images.githubusercontent.com/64652182/97069995-0845e780-15f2-11eb-8b6d-1b6e21b6d674.png)

module 'tensorflow.keras.preprocessing' has no attribute 'image_dataset_from_directory' train_ds = tf.keras.preprocessing.image_dataset_from_directory( data_dir, validation_split=0.2, subset="training", seed=123, image_size=(img_height, img_width), batch_size=batch_size) in image_classification.py

bug

System.ArgumentNullException: Value cannot be null. (Parameter 'first') at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at System.Linq.Enumerable.Concat[TSource](IEnumerable`1 first, IEnumerable`1 second) at Tensorflow.Optimizer.compute_gradients(Tensor loss, List`1 var_list, Nullable`1 aggregation_method, GateGradientType gate_gradients, Boolean colocate_gradients_with_ops, Tensor grad_loss) at Tensorflow.Optimizer.minimize(Tensor...

Anyone creating an example of an DQN/DDQN implementation? Thanks!

The first four examples work, the rest crash on two different computers - both running with fresh VS2019 installs. Is that to be expected, or did I miss something? Are...