Help Center/ ModelArts/ Troubleshooting/ DevEnviron/ Other Faults/ Failed to Open the checkpoints Folder in Notebook
Updated on 2024-06-11 GMT+08:00
Failed to Open the checkpoints Folder in Notebook
checkpoints is a keyword in notebook. If a created folder is named checkpoints, the folder will not be opened, renamed, or deleted on JupyterLab.

Procedure
Open the terminal and perform operations using the CLI.
- Run the mkdir xxx command to create a folder, in which xxx is the folder name. Do not use checkpoints to name the folder.
- Move the data in the checkpoints folder to the new folder and delete the checkpoints folder in the root directory.
mv checkpoints/* xxx rm -r checkpoints
Parent topic: Other Faults
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.