model = init_model(config_file, checkpoint_file, device='cpu') 就报错了,是不是不支持cpu推理
model = init_model(config_file, checkpoint_file, device='cpu')
就报错了,是不是不支持cpu推理