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
in next_batch function in data_generator.py, it get error_label from randomly shuffling the classses, could you please explain why generate error_label and how to use it? thank you very much @dawei6875797
The text was updated successfully, but these errors were encountered:
@dawei6875797
I noticed there is no any value of epoch? you set the max.step. how many epoch did you use for training?
flags.DEFINE_integer('max_steps', 200000, 'Number of batches to run')
in next_batch function in data_generator.py, it get error_label from randomly shuffling the classses, could you please explain why generate error_label and how to use it? thank you very much @dawei6875797
The text was updated successfully, but these errors were encountered: