Skip to content

myunghakLee/GPU_empty_alaram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

GPU_empty_alaram

This code is a code that sends mail when gpu usage falls below a certain level on a server (or personal computer).

It is expected to be useful for machine learning developers to check whether their experiments have been completed.



MAKE ID

To send mail, you need to set up a gmail account.

You should set up "2-step verification" through the link below. https://myaccount.google.com/security

After that, you need to create a password using "App password created".

image

Usage

python gpu_empty_alarm.py --gpu_id 0 1 2 --memory_usage 5000 --memory_utill 50 \
--ID_s [Your E-mail address] --PW_s [Your E-mail PW] --ID_r [Your ID for receive mail] --mail_check

You have to change memory_usage and memory_utill

memory_usage : GPU memory in use

memory_utill : GPU Utilization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages