Hi everyone,
I have been training a model with 6 classes for a max_batches=12000, in my drive I can't find the weights saved after every 1000 iterations, (for example 1000,2000,3000 ...), I can only find in my drive best.weights and final.weights.
How can I have the weights after every 1000 iterations? and what is best.weights, I know that final.weights is the weights updated after 100 iterations?
Thank you
Hi everyone,
I have been training a model with 6 classes for a max_batches=12000, in my drive I can't find the weights saved after every 1000 iterations, (for example 1000,2000,3000 ...), I can only find in my drive best.weights and final.weights.
How can I have the weights after every 1000 iterations? and what is best.weights, I know that final.weights is the weights updated after 100 iterations?
Thank you