rafellerc / Pytorch-SiamFC

Pytorch implementation of "Fully-Convolutional Siamese Networks for Object Tracking"
Other
609 stars 148 forks source link

training problem #29

Open CXSunshine opened 5 years ago

CXSunshine commented 5 years ago

if params.eval_epoch_size > len(val_loader): What is the function of this sentence?

balabooooo commented 2 years ago

to restrict the iterations in each epoch, i guess