Weird results for test error and training error
vaastav opened this issue · 0 comments
vaastav commented
Hi,
Sorry for bugging so much. I was trying to run the graph classification code with a custom dataset. The custom dataset is simple such that it contains 1000 copies of the same graph as I wanted to get a baseline for the graphs that I have. I expected the model to overfit and the training and test error to go to 0 over epochs but I am seeing something completely different. The test error never hits 0 but it starts increasing. Attached is the graph : (x-axis is the epoch #, blue line is training error, red line is test error).
I am wondering if I screwed something up in configuration and was wondering if you had any insight as to why I am seeing these results.