зеркало из https://github.com/microsoft/caffe.git
[fix] check solver prototxt parsing
This commit is contained in:
Родитель
8da7beda30
Коммит
aaccb48bd2
|
@ -23,7 +23,7 @@ template <typename Dtype>
|
|||
Solver<Dtype>::Solver(const string& param_file)
|
||||
: net_() {
|
||||
SolverParameter param;
|
||||
ReadProtoFromTextFile(param_file, ¶m);
|
||||
ReadProtoFromTextFileOrDie(param_file, ¶m);
|
||||
Init(param);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче