Microsoft OpenPAI is an open source platform that provides complete AI model training and resource management capabilities. Most samples can submit to OpenPAI cluster. For each project, a json file is provided as an example to show how to configure the submit information. User can just use the example json file or set your specified configuration.
- Right-Click project name -> "Submit Job...".
- In the pop-up dialog window, select your OpenPAI cluster.
- Write your own configuration or "Import" json file.
- If you want use example json file as configuration: Click "Import..." button, select one json file
- Click "Submit".
Please visit Job Submission to a PAI cluster for details.
Method 1: Use hdfs command to upload local file and data to HDFS storage. See here to look up HDFS command.
Method 2: Use Tools for AI to upload code and data via GUI. See here for details.
In these samples, we uploaded code to $PAI_DEFAULT_FS_URI/tutorial/sample_name/code directory, and dataset to $PAI_DEFAULT_FS_URI/tutorial/sample_name/data directory if needed.
NOTICE: Most samples can download data from website automatically in the code, so you don't need to upload data manually. For details please view README.md file in each framework folder.
View submit a job from web portal to get the steps.
We provide json filse as submission configuration for some samples. You can import that file directly. Each json file is named with the format: framework_name.sample_name.json, you can find them in the project folder.