mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-13 03:18:23 +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.function_code == 1) {
|
||||
ai_ctx = std::make_unique<AIContext>(
|
||||
"./bench/barite/barite_trained.weights.h5");
|
||||
ai_ctx = std::make_unique<AIContext>("./barite_trained.weights.h5");
|
||||
} else if (params.function_code == 2) {
|
||||
ai_ctx = std::make_unique<AIContext>(
|
||||
"./bench/dolo/dolomite_trained.weights.h5");
|
||||
ai_ctx = std::make_unique<AIContext>("./dolomite_trained.weights.h5");
|
||||
}
|
||||
|
||||
R.parseEval(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user