Setting GLOG_minloglevel=1 to prevent output in shell from Caffe

前端 未结 2 1583
北荒
北荒 2020-12-15 04:22

I\'m using Caffe, which is printing a lot of output to the shell when loading the neural net.
I\'d like to suppress that output, which supposedly can be done by setting

2条回答
  •  伪装坚强ぢ
    2020-12-15 05:00

    I was able to get Shai's solution to work, but only by executing that line in Python before calling

    import caffe
    

提交回复
热议问题