Pytorch1.0 trace model not work in windows by calling C++

i use the trace method to generate a model, then i use

torch.jit.load(‘model.pt’)

then it worked in Python, i am so glad to see this, this style is no problem…
but, i try to call this model by C++ in windows10, it failed…and got a something memory problem.i can’t figure out it, so who give me a answer?? thanks a lot…
looking forward to solving this problem…

Could you give a detailed description of the problem?