iAlexMG

Results 2 comments of iAlexMG

Ok i modified the dataset.py to use the TAB in csv file and it's work well dataset.py at line 153 : `self.df = pd.read_csv(os.path.join(root,'labels.txt'), sep='\t', engine='python', usecols=['filename', 'words'], keep_default_na=False)` Also,...

I have the save error.. But if you look at train.py-line 280 : you'll see that it's the code itself that makes the exit if i == opt.num_iter: print('end the...