MaksimDanilov

Results 22 comments of MaksimDanilov

![anydesk00000](https://github.com/intel/intel-extension-for-pytorch/assets/47329914/f8ee8def-2104-4df2-adf1-e10f314040cb) [log.txt](https://github.com/user-attachments/files/15510426/log.txt)

Update issue description 'cause it's only reproduce if I post data to model.

Added code to description (it's not production code, however error occurs in it). Also, pasted log with time measures when the exception was thrown. [log.txt](https://github.com/user-attachments/files/15522713/log.txt)

Okey. I didn't invoke these two bat's like that. I use setvars bat in root directory of OneApi.

![image](https://github.com/intel/intel-extension-for-pytorch/assets/47329914/14c1f52e-2058-4c35-ba71-d71132714bd6) collect env gives the same result as versions n/a.

~Maybe I should set root vars explicitly. I try it out now~ I think collect_env.py is not adapted to fetch that data on Windows. ![image](https://github.com/intel/intel-extension-for-pytorch/assets/47329914/d600a31d-23dd-474a-a7fc-84dd3f03a083)

@nazneenn Maybe I can search for debug logs if exists to help you understand this problem a bit more?

@nazneenn, I can always reproduce this problem now. step by step guide: 1. Prepare loop-forever script. 2. Init model and send it to xpu with optimization. 3. Send tensor to...