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
I met this problem that when i tried to run the train.py, it said that '' keyerror 'train' '',but I have no idea why this happened. Is there anyone meeting the same problem? Thx a lot.
The text was updated successfully, but these errors were encountered:
You could try modifying get_directory_name_with_pointer in utils.py by replacing the former codes with belows. folder_name = self.data_dirs[pointer_index].split('/')[-1] folder_name = folder_name.split('\\')[0] return folder_name
I met this problem that when i tried to run the train.py, it said that '' keyerror 'train' '',but I have no idea why this happened. Is there anyone meeting the same problem? Thx a lot.
The text was updated successfully, but these errors were encountered: