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
{{ message }}
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
Hi, I have been working on this repository for learning purposes. I found it helpful. After training on different models, I wanted to try the argument of Continue_Training. So I set the continue_training to True and epoch_start_i to 300. As I previously trained for 300 epochs and a total number of epochs to 310.
But, after one epoch, it shows some error in plotting in the arguments of: ax1.plot(range(epoch+1), avg_scores_per_epoch)
valueError: x and y must have same first dimension, but have shapes (300,) and (1,)
I guess, it's because of avg score initialization from an empty array. Can you kindly look into it.
The text was updated successfully, but these errors were encountered:
Hi, I have been working on this repository for learning purposes. I found it helpful. After training on different models, I wanted to try the argument of Continue_Training. So I set the continue_training to True and epoch_start_i to 300. As I previously trained for 300 epochs and a total number of epochs to 310.
But, after one epoch, it shows some error in plotting in the arguments of:
ax1.plot(range(epoch+1), avg_scores_per_epoch)
I guess, it's because of avg score initialization from an empty array. Can you kindly look into it.
The text was updated successfully, but these errors were encountered: