Hello author
I would like to ask if in your code, you did not test the weights obtained after each round of training, but directly tested the last weight. How do you ensure that the weights you use are the most effective?
I think there will be better testing results after the previous epoch training. Would it be more rigorous to test the weights obtained after each round of training?
Hello author
I would like to ask if in your code, you did not test the weights obtained after each round of training, but directly tested the last weight. How do you ensure that the weights you use are the most effective?
I think there will be better testing results after the previous epoch training. Would it be more rigorous to test the weights obtained after each round of training?