mirror of
https://github.com/CTCaer/waifu2x-caffe.git
synced 2025-02-22 11:00:35 +00:00
Caffeのエラーでないログを保存しないようにした
This commit is contained in:
parent
34e0260ac8
commit
0b94421031
@ -537,6 +537,10 @@ private:
|
||||
|
||||
const auto cuDNNCheckEndTime = std::chrono::system_clock::now();
|
||||
|
||||
// Caffeのエラーでないログを保存しないようにする
|
||||
google::SetLogDestination(google::INFO, "");
|
||||
google::SetLogDestination(google::WARNING, "");
|
||||
|
||||
// Caffeのエラーログを「error_log_~」に出力
|
||||
google::SetLogDestination(google::ERROR, "error_log_");
|
||||
google::SetLogDestination(google::FATAL, "error_log_");
|
||||
|
Loading…
x
Reference in New Issue
Block a user