Save and load Keras models, Neel Kovelamudi, Francois Chollet, 2024TensorFlow Documentation - 提供关于在 TensorFlow 和 Keras 中管理模型持久化的详细说明,涵盖检查点、SavedModel 格式以及各种保存方法。
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - 一本涵盖深度学习理论和实践的基础教材,为训练、评估和部署过程中的模型持久化提供了背景。
MLOps: Machine Learning in Production, Andrew Ng, 2022Stanford CS230: Deep Learning (Lecture Notes) (DeepLearning.AI) - 解释了在机器学习模型整个生命周期中管理的最佳实践,包括模型版本控制、部署和监控,这些都依赖于模型保存。
Transfer learning and fine-tuning, TensorFlow Authors, 2024TensorFlow Tutorials (Google) - 阐释了迁移学习和微调技术,展示了如何将预训练模型适应新数据集和任务,这一过程通过模型持久化得以实现。