MichiganCOG / ViP

Video Platform for Action Recognition and Object Detection in Pytorch
MIT License
219 stars 37 forks source link

Seed Numpy in addition to Torch #25

Closed ehofesmann closed 5 years ago

ehofesmann commented 5 years ago

Currently numpy is unseeded so all random function using it are not repeatable. The expectation is that the seed will be used for Torch and Numpy so that experiments will have identical results with the same seed.

zeonzir commented 5 years ago

Also linked to enhancement request of resume option to provide access to saved file and perform a different kind of optimization than the original experiment.