Skip to content

A log watcher for giving notification of training deep learning model

Notifications You must be signed in to change notification settings

Coder1010ayush/log_watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

first run these export command with proper credentials

export EMAIL_SENDER="[email protected]" export EMAIL_PASSWORD="your-16-character-app-password" export EMAIL_RECIPIENT="[email protected]"

command to be execute :

python3 log_watcher.py training.log --custom-metrics custom_metrics.json

custom_metrics.json may look like below

{ "CustomLoss": "custom_loss[:\s]+([\d\.]+)", "CustomMetric": "metric[:\s]+([\d\.]+)" }

--custom-metrics custom_metrics.json this is optional and for more customization

About

A log watcher for giving notification of training deep learning model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages