dreamquark-ai / tabnet

PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf
https://dreamquark-ai.github.io/tabnet/
MIT License
2.55k stars 470 forks source link

Torch version 2.0+ not supported in current release #490

Closed zhanwuzhazha closed 11 months ago

zhanwuzhazha commented 1 year ago

Hi there, I recently tried to use Torch with version 2.0 or higher in the current release of the software, but I found that it doesn't seem to be supported. Torch version 2.0+ should be compatible, I encountered issues when trying to install and use it.

Could you please confirm whether Torch version 2.0+ is actually supported in the current release? If it is not supported, I suggest updating the documentation to reflect this.

Thank you for your help!

pangshengwei commented 1 year ago

yes please support torch2.0+

mkleinbort-ic commented 1 year ago

yes please

cyclux commented 1 year ago

+1 😃

Optimox commented 11 months ago

Can someone let me know what is the exact problem encountered here ? When trying to pip install you have compatibility issues? or is it just that the library will not work properly if you have torch2.0 installed ?