We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
1 first, IEnumerable
1 var_list, Nullable
1 var_list, GateGradientType gate_gradients, Nullable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 loss, IVariableV1 global_step, List
1 var_list, GateGradientType gate_gradients, Nullable
1 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)
The text was updated successfully, but these errors were encountered: