A multi-class classification problem is one where the goal is to predict a discrete value where there are three or more possibilities. For example, you might want to predict the political leaning ...
Defining a PyTorch Dataset is not trivial. You must define a custom Dataset for each problem/data scenario. The __init__ () method accepts a src_file parameter, which tells the Dataset where the file ...