Help Center/ ModelArts/ FAQs/ Model Training/ How Do I Obtain the Actual File Path in a Training Container in ModelArts?
Updated on 2026-07-02 GMT+08:00
How Do I Obtain the Actual File Path in a Training Container in ModelArts?
To obtain the actual path to a file in a container, use Python.
os.getcwd() # Obtain the current work directory (absolute path) of the file. os.path.realpath(__ file __) # Obtain the absolute path of the file.
You can also use other methods of obtaining a file path through the search engine and use the obtained path to read and write the file.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot