Open ektaatomar opened 3 years ago
Well, I found out what was happening. Let me first explain the scenario. I started with my own dataset and created the train and test in the code by splitting data file . So when I wrote it back to csv's for train and test, the index was not set to false and because of that in the process.py file the header was getting a blank header value which throw everything off. But now that's fixed.
Error while reading training and testing files.
train, validation, test = dm.data.process(path='/content', train='train.csv', validation='validation.csv', test='test.csv')
Data format- Train.csv, validation.csv and Test.csv