amjltc295 / pytorch-golden-template

PyTorch Golden Template (under development)
13 stars 4 forks source link

Script to clean saved checkpoints by time #65

Open amjltc295 opened 5 years ago

amjltc295 commented 5 years ago

For now, we have clean_saved.py to clean up experiments by the number of epoch trained. It would be great if we could remove experiments by the time they are initialized so that all outdated models could be deleted.