Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 python 中标记了一些 NLP 数据,不小心按下了 control + c,取消了我正在构建的数据(以列表的形式)。有没有办法恢复我正在处理的数据或会话而不必重新开始?谢谢
简短的回答 - 不, 因为它不存储除 RAM 之外的任何地方,即在您停止进程后清除。
仅当您有足够详细的日志或系统不时进行一些备份时。