I would like to specify seed for my model in c++. Any help?
Thanks
Hi @domsilva, After importing #include <random_ops.h>
, create an object of the class RandomUniform where you can pass the seed parameter to set the seed. Please refer to this document for more details. Thank You.