mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
fix uie jaa
This commit is contained in:
@@ -204,7 +204,7 @@ public class UIEMainActivity extends Activity implements View.OnClickListener {
|
|||||||
option.enableLiteFp16();
|
option.enableLiteFp16();
|
||||||
}
|
}
|
||||||
predictor.init(modelFile, paramsFile, vocabFile,
|
predictor.init(modelFile, paramsFile, vocabFile,
|
||||||
0.3f, 128, schemaTexts,
|
0.3f, 128, schemaTexts, 64,
|
||||||
option, SchemaLanguage.ZH);
|
option, SchemaLanguage.ZH);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user