mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
update weight path
This commit is contained in:
parent
672e1801cd
commit
950793b73e
@ -316,11 +316,9 @@ static Rcpp::List RunMasterLoop(RInsidePOET &R, const RuntimeParameters ¶ms,
|
|||||||
if (params.ai) {
|
if (params.ai) {
|
||||||
|
|
||||||
if (params.function_code == 1) {
|
if (params.function_code == 1) {
|
||||||
ai_ctx = std::make_unique<AIContext>(
|
ai_ctx = std::make_unique<AIContext>("./barite_trained.weights.h5");
|
||||||
"./bench/barite/barite_trained.weights.h5");
|
|
||||||
} else if (params.function_code == 2) {
|
} else if (params.function_code == 2) {
|
||||||
ai_ctx = std::make_unique<AIContext>(
|
ai_ctx = std::make_unique<AIContext>("./dolomite_trained.weights.h5");
|
||||||
"./bench/dolo/dolomite_trained.weights.h5");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
R.parseEval(
|
R.parseEval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user