Skip to content

Instantly share code, notes, and snippets.

View Gholamrezadar's full-sized avatar
💤

Gholamreza Dar Gholamrezadar

💤
View GitHub Profile
@Gholamrezadar
Gholamrezadar / settings.json
Created October 13, 2022 21:22
Windows Terminal Settings 10/14/2022 - added colors from https://windowsterminalthemes.dev
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},
@Gholamrezadar
Gholamrezadar / Google Colab Hardware Info (GPU, CPU, RAM)
Created September 17, 2021 17:05
Simple commands that show stats about Colab VM (GPU, CPU, RAM)
from tensorflow.python.client import device_lib
device_lib.list_local_devices()
import tensorflow as tf
tf.test.gpu_device_name()
!nvidia-smi
!cat /proc/meminfo
@Gholamrezadar
Gholamrezadar / gist:afe6ffa129e2c0aedb378d47297de7eb
Created December 10, 2020 06:03
untitled test #1 sample gist
print("'Hello Gist")