TabularModel.fit( ) creates a directory saved_models
in the project folder which stores .ckpt
#273
-
I want to know if there any is way to avoid this behaviour . I don't want the tabular_model.fit( ) to create the saved_models directory by default in my project folder |
Beta Was this translation helpful? Give feedback.
Answered by
manujosephv
Nov 12, 2023
Replies: 1 comment
-
I thought I had answered this. Maybe I missed. You can configure this through the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
manujosephv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I thought I had answered this. Maybe I missed.
So by default, PyTorch Tabular enables a checkpoint save callback, which saves to
saved_models
You can configure this through the
TrainerConfig
with the parametercheckpoints_path