sys.stdout = os.devnulland then restore it, but it does not work, any ideas? Thanks!
2> /dev/null
when i run my python wrapper all the set up is piped through stderr so i just use the command above
Best Regards,
Andriy
net = caffe.Net(train_test, snapshot_path)