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
Hi, your job is very good and I am trying to reproduce it and trying to train it by myself, however, in dataloader_gosai.py, here is a line of code : data_df = pd.read_csv(os.path.join(BASE_DIR, f'gosai_{split}.csv'))
I could not find any related files about "gosai_*.csv"
would you please share how to get gosai_train.csv , gosai_valid.csv and gosai_test.csv please, thank you pretty much.
The text was updated successfully, but these errors were encountered:
Hi, your job is very good and I am trying to reproduce it and trying to train it by myself, however, in dataloader_gosai.py, here is a line of code :
data_df = pd.read_csv(os.path.join(BASE_DIR, f'gosai_{split}.csv'))
I could not find any related files about "gosai_*.csv"
would you please share how to get gosai_train.csv , gosai_valid.csv and gosai_test.csv please, thank you pretty much.
The text was updated successfully, but these errors were encountered: