hi, I am facing this issue in these lines network = new DeepBeliefNetwork(inputs.First().Length, LAYERS); like invalidoperationException unhandled.
and even in this line also double[][][] batches = inputs.Subgroups(groups); like IndexOutOfRangeException was unhandled.