handson-ml icon indicating copy to clipboard operation
handson-ml copied to clipboard

How can I use my own dataset and fit it to your code

Open HirparaAmit opened this issue 3 years ago • 0 comments

Dear Agron

I am following ur work which is in extra_capsnets.ipynb. You use MNIST data set for your work. My question is how I can use my own dataset and fit it to your coding.

I have an issue with following line: X_batch, y_batch = mnist.train.next_batch(batch_size)

Please help me regarding this.

Thanks and Regards Amit

HirparaAmit avatar Apr 07 '22 06:04 HirparaAmit