Skip to content

Instantly share code, notes, and snippets.

View Hzzone's full-sized avatar
👏
Focusing

Hzzone Hzzone

👏
Focusing
View GitHub Profile
@Hzzone
Hzzone / gpustat.py
Last active November 9, 2019 02:32
A basic gpu query util for python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Implementation of gpustat
@author Jongwook Choi
@url https://github.com/wookayin/gpustat
"""