bharatsingh430 / py-R-FCN-multiGPU

Code for training py-faster-rcnn and py-R-FCN on multiple GPUs in caffe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is that possible to totally control the randomness?

Microos opened this issue · comments

I noticed that by fixing the random seed in config.py can control the batch sequence. However, the initial weights of RPN can still be random. So, is there any way to control the randomness totally?

I think if you put a random seed, you can control it. I have not tested it though.