.. ifnotslides:: A section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Data from : http://www.metz.supelec.fr//metz/personnel/frezza/ApprentissageNumerique/TP-MachineLearning/dig_app_text.cb | |
# Data are said to be provided UCI Machine Learning Repository ... but I did not find the dataset on the repository.. | |
import numpy as np | |
digit_idx = 0 | |
header = 5 | |
width = 28 | |
height = 28 | |
num_digits = 4000 | |
filename = 'dig_app_text.cb' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sh15:fix_jer$ make run-bebop2 | |
#sudo xhost + | |
docker run -it --rm --privileged --runtime=nvidia \ | |
--env="DISPLAY" \ | |
--env="QT_X11_NO_MITSHM=1" \ | |
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \ | |
--network host \ | |
-e NVIDIA_PATH=/usr/lib/nvidia-410 \ | |
-v /usr/lib/nvidia-410:/usr/lib/nvidia-410:ro \ | |
-v /tmp:/tmp \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sh15:fix_jer$ make run-anafi4k | |
#sudo xhost + | |
docker run -it --rm --privileged --runtime=nvidia \ | |
--env="DISPLAY" \ | |
--env="QT_X11_NO_MITSHM=1" \ | |
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \ | |
--network host \ | |
-e NVIDIA_PATH=/usr/lib/nvidia-410 \ | |
-v /usr/lib/nvidia-410:/usr/lib/nvidia-410:ro \ |
NewerOlder