You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: