The manual gives examples of Nd4j.stack()
as
INDArray batch = Nd4j.stack(0, sample1, sample2, sample3);
But java does not find any stack function, only vstack and hstack. What am I missing?
The manual gives examples of Nd4j.stack()
as
INDArray batch = Nd4j.stack(0, sample1, sample2, sample3);
But java does not find any stack function, only vstack and hstack. What am I missing?