Operation Process in a Local IDE
ModelArts allows you to remotely access notebook instances from a local IDE to develop AI models based on PyTorch, TensorFlow, or MindSpore. The following figure shows the operation process.
- Configure a local IDE.
Configure a local IDE on your PC.
You can use PyCharm, VS Code, or SSH tools to access a notebook instance from a local IDE. PyCharm and VS Code can be automatically configured using plug-ins or manually configured.
- Create a notebook instance.
On the ModelArts management console, create a notebook instance with a proper AI engine and remote SSH enabled.
- Use the local IDE to remotely access ModelArts DevEnviron.
- Upload data and code to the development environment.
- Copy the code to the local IDE, which will automatically synchronize the code to the in-cloud development environment.
- If the data is less than or equal to 500 MB, directly copy the data to the local IDE.
- When creating a training job, if the volume of data is greater than 500 MB, upload the data to OBS and then to EVS.
- Upload the training script and dataset to the OBS directory.
- Submit a training job.
- Submit a training job in the local IDE.
- Submit a training job on the ModelArts management console. .
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.