mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 17:19:36 +00:00
Update evaluate_nnue.cpp
This commit is contained in:
parent
7a3c3eacdf
commit
8c8a30233c
1 changed files with 6 additions and 2 deletions
|
@ -250,10 +250,14 @@ void load_eval() {
|
||||||
if (!result)
|
if (!result)
|
||||||
{
|
{
|
||||||
// 読み込みエラーのとき終了してくれないと困る。
|
// 読み込みエラーのとき終了してくれないと困る。
|
||||||
std::cout << "Error! : failed to read " << NNUE::kFileName << std::endl;
|
std::cout << "Error! " << NNUE::kFileName << " not found or wrong format" << std::endl;
|
||||||
my_exit();
|
//my_exit();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
std::cout << "info string NNUE " << NNUE::kFileName << " found & loaded" << std::endl;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
std::cout << "info string NNUE " << NNUE::kFileName << " not loaded" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 初期化
|
// 初期化
|
||||||
|
|
Loading…
Add table
Reference in a new issue