A super small wrapper around TensorboardX SummaryWriter to automatically log system metrics.
Included metrics for now :
- CPUUtilization
- GPUMemoryUtilization
- GPUUtilization
- MemoryUsagePercentage
- SwapMemoryUsagePercentage
Add GlobalSummaryWriter.py to your project
writer = SummaryWriter()
writer.log_system_metrics(global_step=)Floydub & CometML Automatically gather these information & graph them , so why not ?
