I hereby claim:
- I am mgolub2 on github.
- I am mtg (https://keybase.io/mtg) on keybase.
- I have a public key ASAzeXISH1ek8mEP0PwRJa6eiYk-F0rDNKqmd-06pdw5CAo
To claim this, I am signing this object:
#!/bin/bash | |
# Ensuring the script is running as root | |
if [ "$EUID" -ne 0 ]; then | |
echo "This script needs to be run as root. Exiting." | |
exit 1 | |
fi | |
# Step 1: Nvidia GPU setup with Podman | |
# Generate Nvidia CDI configuration if it doesn't already exist |
import re | |
import sys | |
calc = lambda x: sum([float(i.group(1).replace("$", "")) for i in re.finditer(r'(-*\$\d+\.\d+)', x)]) | |
print(calc(sys.argv[1])) |
name: "dense" | |
layer { | |
name: "data" | |
type: "Input" | |
top: "data" | |
input_param { shape: { dim: 5 dim: 3 dim: 32 dim: 32 } } | |
} | |
layer { | |
type: "Convolution" | |
name: "Convolution2DFunction-0-1" |
name: "wrn" | |
layer { | |
name: "data" | |
type: "Input" | |
top: "data" | |
input_param { shape: { dim: 1 dim: 3 dim: 32 dim: 32 } } | |
} | |
layer { | |
type: "Convolution" | |
name: "Convolution2DFunction-0-1" |
name: "WRN-28-10_deploy" | |
layer { | |
name: "data" | |
type: "Input" | |
top: "data" | |
input_param { | |
shape { | |
dim: 1 | |
dim: 3 | |
dim: 32 |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Alot of these configs have been taken from the various places | |
# on the web, most from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Set the colours you can use | |
black='\033[0;30m' | |
white='\033[0;37m' | |
red='\033[0;31m' |
I hereby claim:
To claim this, I am signing this object: