gpu_monitor
gpu_monitor copied to clipboard
Monitor your GPUs whether they are on a single computer or in a cluster
Sometimes there is no information from sensors and nvidia-smi return "-" so consider replacing parce_line with: ``` def parse_line(line_string): parsed_list = list(('-' if val == '-' else func(val) for func,...
- pod log  - gpudb config  - dashboard info  - grafana version 
This is minor issue but it would be nice to fix documentation in your example. In `examples/notebooks/InfluxDBLoggerExample.ipynb`, pytorch installation line is `cuda install pytorch torchvision cuda80 -c python` this line...