Can't delete models
See original GitHub issueWhen I trained a small model the size of main folder was
135M AutogluonModels
Then I deleted everything:
predictor.delete_models(models_to_keep=[], dry_run=False)
But still got:
102M AutogluonModels
With some files and folders inside:
AutogluonModels/ag-20210516_175027: learner.pkl models predictor.pkl utils
How to delete everything or keep only the best model without additional 102M
?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
Cannot delete model that has been removed from a merged ...
Issue: Cannot delete an entire model or individual versions of a model that was part of a merged model in BIM 360 Glue....
Read more >Cannot delete model - Power Platform Community - Microsoft
Apparently I'm not able to delete a model. According to the error message it is still connected to an app or flow. But...
Read more >Can not delete Model | SAP Community
Hello together, when trying to delete a model this message is coming up. We dont understand what is the meaning of "One private...
Read more >Cannot delete a model - MicroStation Wiki
Solution. The model is the default model (cannot be deleted) or the model is incorrectly reported and actually does not exist: >>The ...
Read more >Can t delete models | CGTrader
Can t delete models - join CGTrader's forum and discuss 3D model related topics. Get modelling feedback from 3D experts.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Refer to this colab example, I believe your example is corrupted in some way: https://colab.research.google.com/drive/1Ij-Njdn3H6zS_simVf94XQDGp4Q6DREl?usp=sharing
Re failed models: Yes, currently there is no functionality to delete failed model files. I have created an issue to track adding a feature to delete these files: #1124
Closing, to keep track of the status of this feature, refer to #1124