Score:0

Crontab email after GPU training job completion

cn flag

i am using crontab in ubuntu 20.04 for emailing scheduled jobs, is there any way with crontab to email GPU training output and queuing.
i want email generation whenever job complete or in queue. we are using python and tensorflow for GPU training for AI models.

in flag
There is an insufficient amount of information here. Could you [edit] your question to include: (0) the version of Ubuntu you're running (1) the method you follow to train AI/ML models. With this, it *might* be possible to suggest a means of having an email auto-generated ... otherwise, there's a very high probability that any proposed solution would be suboptimal and or untenable
cn flag
Ray
You could have your program or script generate a file at a particular location and then have a cron job that repeatedly checks if that file exists. If it does, then it sends an outgoing e-mail. You can also install a job scheduler such as SLURM to send an e-mail when a job completes. Note that this has nothing to do with GPUs, AI models, etc. You just want an e-mail generated when a program is finished.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.