We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8697dac commit 3e6f2b3Copy full SHA for 3e6f2b3
tools/test.py
@@ -123,7 +123,8 @@ def main():
123
124
# load the model of the backend
125
model = task_processor.build_backend_model(
126
- args.model, task_processor.update_data_preprocessor)
+ args.model,
127
+ data_preprocessor_updater=task_processor.update_data_preprocessor)
128
destroy_model = model.destroy
129
is_device_cpu = (args.device == 'cpu')
130
0 commit comments