All Questions
1 question
1
vote
0
answers
625
views
How to load the MNIST dataset from the datasets in torch C++
I'm new to torch and c++ i want to create a basic simple network that does hand digit recognition this is my Net struct.
struct Net:torch::nn::Module {
Net() {
fc1 = register_module("...