I hereby claim:
- I am danielsnider on github.
- I am danielsnider (https://keybase.io/danielsnider) on keybase.
- I have a public key whose fingerprint is BE02 929B BBB9 A128 24C7 D077 4810 4A4F 8520 4D58
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This page contains 3 letters of thanks resulting from my published work on robotic rover software design, "ROS-Rover", for the 2017 international competition called University Rover Challenge (URC).
from: Zhang, Chenxi [email protected] to: "[email protected]" [email protected] date: May 30, 2018, 5:59 AM subject: Letter of Thanks
Dear Daniel,
for FIELD_NAME in $(curl -s -XGET localhost:9200/image/_mapping | jq .image.mappings.image.properties | jq 'keys' | jq .[]); do NUM_NOT_NULL=$(curl -s -H 'Content-Type: application/json' -XGET 'http://127.0.0.1:9200/image/image/_search' -d ' | |
{ | |
"query" : { | |
"constant_score" : { | |
"filter" : { | |
"exists" : { | |
"field" : '"$FIELD_NAME"' | |
} | |
} | |
} |
# Official docs: https://docs.nvidia.com/datacenter/dcgm/latest/dcgm-user-guide/getting-started.html | |
set -v | |
set -e | |
architecture=x86_64 | |
distribution=ubuntu2004 | |
echo "deb https://developer.download.nvidia.com/compute/cuda/repos/$distribution/$architecture /" | sudo tee /etc/apt/sources.list.d/cuda.list | |
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/$distribution/$architecture/7fa2af80.pub | |
wget https://developer.download.nvidia.com/compute/cuda/repos/$distribution/$architecture/cuda-$distribution.pin | |
sudo mv cuda-$distribution.pin /etc/apt/preferences.d/cuda-repository-pin-600 | |
sudo apt-get update |
DO NOT DELETE | |
Used for PR: | |
https://github.com/mlcommons/algorithmic-efficiency/pull/60 |
absl-py==1.0.0 | |
appdirs==1.4.3 | |
astroid==2.6.5 | |
asttokens==2.0.5 | |
atari-py==0.2.9 | |
attrs==21.4.0 | |
audioread==2.1.9 | |
backcall==0.2.0 | |
black==21.12b0 | |
blessings==1.7 |
r"""Run a submission on a single workload. | |
# pylint: disable=line-too-long | |
Example command: | |
python3 submission_runner.py \ | |
--workload=mnist \ | |
--framework=jax \ | |
--submission_path=reference_algorithms/development_algorithms/mnist/mnist_jax/submission.py \ | |
--tuning_ruleset=external \ |