%0 Conference Paper %B 20th IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing (CCGRID) %D 2020 %T DeepFreeze: Towards Scalable Asynchronous Checkpointing of Deep Learning Models %A Bogdan Nicolae %A Jiali Li %A Justin M. Wozniak %A George Bosilca %A Matthieu Dorier %A Franck Cappello %X In the age of big data, deep learning has emerged as a powerful tool to extract insight and exploit its value, both in industry and scientific applications. One common pattern emerging in such applications is frequent checkpointing of the state of the learning model during training, needed in a variety of scenarios: analysis of intermediate states to explain features and correlations with training data, exploration strategies involving alternative models that share a common ancestor, knowledge transfer, resilience, etc. However, with increasing size of the learning models and popularity of distributed data-parallel training approaches, simple checkpointing techniques used so far face several limitations: low serialization performance, blocking I/O, stragglers due to the fact that only a single process is involved in checkpointing. This paper proposes a checkpointing technique specifically designed to address the aforementioned limitations, introducing efficient asynchronous techniques to hide the overhead of serialization and I/O, and distribute the load over all participating processes. Experiments with two deep learning applications (CANDLE and ResNet) on a pre-Exascale HPC platform (Theta) shows significant improvement over state-of-art, both in terms of checkpointing duration and runtime overhead. %B 20th IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing (CCGRID) %I IEEE %C Melbourne, VIC, Australia %8 2020-05 %G eng %R https://doi.org/10.1109/CCGrid49817.2020.00-76