Skip to content
Discussion options

You must be logged in to vote

PyTorch Tabular only saves the files which are necessary for reconstruction, even if it is for inference. Apart from the model (which is the .ckpt), it also needs the necessary preprocessing of the data(which is datamodule.sav), the config (config.yml), etc. to do inference.

The large object might be the datamodule.sav, which is because we are holding on to the data in the datamodule. That is something that we can remove to make the whole folder size lesser. Will add that to the roadmap to make this experience smoother.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JosephTLucas
Comment options

@manujosephv
Comment options

Answer selected by JosephTLucas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants