py-R-FCN-multiGPU
py-R-FCN-multiGPU copied to clipboard
Is that possible to totally control the randomness?
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.