type
status
date
slug
summary
tags
category
icon
password
记录贴,偶然遇到的一个问题。
我在使用jupyter的时候,把模型保存进入了一个名为checkpoints的文件夹,这个文件夹是我自己创建的,我有所有权。但是我无法再jupyterlab web UI中双击打开,也无法删除。当然终端中可以看到这个文件夹和检查这个文件夹,例如用ls, ls -ld,这类的。
后来反复尝试,发现checkpoints是一个jupyter内部占用的名字。
所以不建议在使用jupyterlab webUI时使用改名字命名文件夹。
- Author:Kecilimu
- URL:https://kecilimu-notion.vercel.app//article/20251118164227
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!