Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DigitRecognitionRNN.cs error #25

Open
threadroc opened this issue Oct 28, 2020 · 0 comments
Open

DigitRecognitionRNN.cs error #25

threadroc opened this issue Oct 28, 2020 · 0 comments

Comments

@threadroc
Copy link

System.ArgumentNullException: Value cannot be null. (Parameter 'first')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.Concat[TSource](IEnumerable1 first, IEnumerable1 second)
at Tensorflow.Optimizer.compute_gradients(Tensor loss, List1 var_list, Nullable1 aggregation_method, GateGradientType gate_gradients, Boolean colocate_gradients_with_ops, Tensor grad_loss)
at Tensorflow.Optimizer.minimize(Tensor loss, IVariableV1 global_step, List1 var_list, GateGradientType gate_gradients, Nullable1 aggregation_method, Boolean colocate_gradients_with_ops, String name, Tensor grad_loss)
at TensorFlowNET.Examples.DigitRecognitionRNN.BuildGraph() in D:\workspace\CS\SciSharp-Stack-Examples-master\src\TensorFlowNET.Examples\ImageProcessing\DigitRecognitionRNN.cs:line 100
at TensorFlowNET.Examples.DigitRecognitionRNN.Run() in D:\workspace\CS\SciSharp-Stack-Examples-master\src\TensorFlowNET.Examples\ImageProcessing\DigitRecognitionRNN.cs:line 75
at TensorFlowNET.Examples.Program.RunExamples(String key, IExample[] examples) in D:\workspace\CS\SciSharp-Stack-Examples-master\src\TensorFlowNET.Examples\Program.cs:line 91
2020-10-28 05:29:20 Completed MNIST RNN (Graph)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant