-
Notifications
You must be signed in to change notification settings - Fork 539
Description
Dear authors,
Wonderful system ! I heard numerous transformers discussions using AutoML but no concrete systems, finally here is one. Interesting though. I am fairly new to AutoML as part of my Ph.D research and not in Transformers anyway but I'll keep an eye on this repository ✅
Brief of the issue
Surprisingly, your requirements include installing everything; yet, when I installed TabPFN using pip in my conda environment, the system would not function. I had to re-download (i.e, using PIP) PyTorch and/or AutoGluon for the setup to function. Aside from this brief observation, no console logs were requiring to download them just my instinct as the system was not working.
To reproduce, I reckon the following would be worthwhile.
- Setup a brand-new OSX (I do work on a new OSX but that might also be the case on Windows/Linux);
- Install Python 3-x and Conda
- Install TabPFN
- Run the basic recommended snippet from the README and see whether it does work
This procedure was not functioning on my end; as mentioned, I needed to redownload PyTorch and/or AutoGluon. Perhaps you simply need to resolve this quick issue for further users or indicate in the readme that PyTorch and/or AutoGluon must be downloaded manually.
Hope this help ! Otherwise great contribution,
Cheers,