Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How can we train TabNet on large dataset that does not fit in memory? #370

Closed
salman1993 opened this issue Mar 18, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@salman1993
Copy link

salman1993 commented Mar 18, 2022

Sorry for posting my question here since it's neither a bug or feature request. I would really appreciate some help with my question. Please let me know if there is a better channel to post general questions about the package.

I have a large dataset (e.g. 5 chunks) - each chunk fits in memory but not all 5. What would be the best way to train TabNet model on such a dataset? There might be easier to do this (please thread your comments!) but one idea would be to use PyTorch's IterableDataset. In that case, my question would be if there is anyway to switch out this package's TorchDataset with a TorchIterableDataset?

@salman1993 salman1993 added the enhancement New feature or request label Mar 18, 2022
@salman1993
Copy link
Author

There is a similar issue so closing this one

#143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants