chenxj

Results 1 issues of chenxj

Used at here: ``` // load text_encoder model { std::string model_path = modelPath + "/text_encoder.mnn"; mModules[0].reset(Module::load( {"input_ids"}, {"last_hidden_state", "pooler_output"}, model_path.c_str(), runtime_manager_, &module_config)); } // load unet model { std::string model_path...

Suggestion