Pytorch-SiamFC
Pytorch-SiamFC copied to clipboard
training problem
if params.eval_epoch_size > len(val_loader): What is the function of this sentence?
to restrict the iterations in each epoch, i guess