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
When running python generate_pre_data.py, I found that the training data bc_train_check. json only had 10000 pieces of data, and the validation dataset only had 2953 pieces of data. It is not enough to generate 5 h5 files from [5999,11999,17999,23999,25616] like the following equation.
Is this because only a portion of the original data was uploaded?
The text was updated successfully, but these errors were encountered:
I hope ur problem is with the code file : generate_pre_data line : 81. The issue is with min(len(data), args.end) where args.end is 10k. Hope that solves ur issue
When running
python generate_pre_data.py
, I found that the training databc_train_check. json
only had 10000 pieces of data, and the validation dataset only had 2953 pieces of data. It is not enough to generate 5 h5 files from [5999,11999,17999,23999,25616] like the following equation.Is this because only a portion of the original data was uploaded?
The text was updated successfully, but these errors were encountered: