| 69 | } |
| 70 | |
| 71 | void set_random_seed(unsigned int seed) { Caffe::set_random_seed(seed); } |
| 72 | |
| 73 | // For convenience, check that input files can be opened, and raise an |
| 74 | // exception that boost will send to Python if not (caffe could still crash |
no outgoing calls