thanks for stopping by, I am an amateur in building neural networks, I encountered a problem based upon number of arguments of the function (the function is self.net.loss.forward). It requires two arguments, and these were given in the form of x_batch and y_batch yet it says one argument is missing. The error message and the code are attached to the description
I went up through all the parent classes to check the possibility of error where I could have mistakenly given an extra argument but no such mistakes were found
Code,
Image of Error