MCPcopy Index your code
hub / github.com/PaddlePaddle/PaddleRec / network

Method network

tools/utils/static_ps/infer.py:99–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 logger.info("Run Success, Exit.")
98
99 def network(self):
100 model = get_model(self.config)
101 self.input_data = model.create_feeds()
102 self.init_reader()
103
104 def run_infer(self, model_path, model_name):
105 model_path = model_path + "/dnn_plugin"

Callers 1

runMethod · 0.95

Calls 3

init_readerMethod · 0.95
get_modelFunction · 0.90
create_feedsMethod · 0.45

Tested by

no test coverage detected