temporal-shift-module icon indicating copy to clipboard operation
temporal-shift-module copied to clipboard

Build Executor... taking time

Open tomriddle54 opened this issue 4 years ago • 2 comments

I have 1060ti graphics card 16gb ram i7 processor but Build Executor... is taking more than 5min don't know why plus its using 1 cpu 100% and ram 2 gb even graphics memory 500mb

Open camera...
<VideoCapture 0x7fef3986be10>
Build transformer...
/media/mustafa/ubuntu_backup/anaconda3/envs/video_action/lib/python3.7/site-packages/torchvision/transforms/transforms.py:210: UserWarning: The use of the transforms.Scale transform is deprecated, please use transforms.Resize instead.
  warnings.warn("The use of the transforms.Scale transform is deprecated, " +
Build Executor...

tomriddle54 avatar Oct 22 '19 20:10 tomriddle54

when i debug found on line is taking time any idea nearly 5 to 10 min

tomriddle54 avatar Oct 23 '19 10:10 tomriddle54

Hi,

Thanks for reporting the issue. According to here, the creation of runtime may trigger the llvm optimization, which may cause the delay. You can go to tvm community to get more help.

yaoyaoding avatar Oct 24 '19 23:10 yaoyaoding