ZhengPeng7 / BiRefNet

[CAAI AIR'24] Bilateral Reference for High-Resolution Dichotomous Image Segmentation
https://www.birefnet.top
MIT License
1.09k stars 84 forks source link

RuntimeError: Windows not yet supported for torch.compile #8

Closed rendenzvous closed 6 months ago

rendenzvous commented 6 months ago

May I ask if this project cannot run on windows? I have encountered this problem, RuntimeError: Windows not yet supported for torch.compile, indicates that windows does not currently support torch.compile 20240327164818

ZhengPeng7 commented 6 months ago

Of course, you can run it on Windows. Just turn off the compile option in config.py. Without compilation, the training will be slower but can still run as expected. Since I seldom run codes on Windows, plz respond to me if you encounter any other problems.

rendenzvous commented 6 months ago

thanks,but i encoutered other problems

ZhengPeng7 commented 6 months ago

No worry, show me them.