-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simpler cluster train job submit code #2047
Comments
Thanks for @typhoonzero 's suggestions, it's very useful! |
Maybe we use The design doc about submit the paddle job is here |
I discuss #2047 with @typhoonzero in office just now, for simple the parameters, maybe we will have required parameters for beginners and advanced parameters for professional. Required parameters
Advanced parameters
Related issue: #2019 |
@Yancey1989 wrote this job submit tools at: https://github.com/Yancey1989/paddle-job
currently submiting a job looks like:
We want to make it simpler like:
Required ENVs:
Optional ENVs:
Cluster Job Configurations:
Job Resources
num_gpus ==0
and env "PADDLE_USE_GPU" set to True or the oppsite, paddle will throw a warning message when submiting a job.python /data/cloud/storage/path/train.py
/data
, so your trainning program can read data any where under/data
Advanced settings:
The text was updated successfully, but these errors were encountered: