macOS: 10.13.3
WebDriver: 387.10.10.10.25.156
CUDA Toolkit: 9.1.128
cuDNN: 7
NVDAEGPUSupport: 6
brew install cmake | |
brew install gcc@7 | |
brew install boost | |
export CXX=g++-7 CC=gcc-7 | |
pip install lightgbm --install-option=--gpu |
https://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/ |
#Xcode | |
https://download.developer.apple.com/Developer_Tools/Xcode_8.3.2/Xcode8.3.2.xip | |
#Command line tools for Xcode 8.3.2 | |
https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_8.3.2/CommandLineToolsforXcode8.3.2.dmg |
$ mkdir ~/temp && cd ~/temp | |
$ curl -L https://github.com/bazelbuild/bazel/releases/download/0.8.1/bazel-0.8.1-installer-darwin-x86_64.sh -o bazel-0.8.1-installer-darwin-x86_64.sh | |
$ chmod +x bazel-0.8.1-installer-darwin-x86_64.sh | |
$ ./bazel-0.8.1-installer-darwin-x86_64.sh |
# cuDNN 7.0.4 - Download link | |
https://developer.nvidia.com/compute/machine-learning/cudnn/secure/v7.0.4/prod/9.0_20171031/cudnn-9.0-osx-x64-v7 | |
#Extract cuDNN tar file | |
tar -xzvf cudnn-9.0-osx-x64-v7.tgz | |
# Copy the cuDNN headers into CUDA installation path | |
sudo cp cuda/include/cudnn.h /usr/local/cuda/include | |
sudo cp cuda/lib/libcudnn* /usr/local/cuda/lib/ |
macOS: 10.13.3
WebDriver: 387.10.10.10.25.156
CUDA Toolkit: 9.1.128
cuDNN: 7
NVDAEGPUSupport: 6
Set time zone: | |
---------------- | |
sudo timedatectl set-timezone <timeszone> | |
List time zones: | |
------------------ | |
timedatectl list-timezones | |
Ex: |
https://www.machinelearningplus.com/101-numpy-exercises-python/ |
https://github.com/unrealcv/synthetic-computer-vision |
https://github.com/AlexeyAB/darknet#how-to-train-to-detect-your-custom-objects | |
https://timebutt.github.io/static/how-to-train-yolov2-to-detect-custom-objects/ | |
https://github.com/drforester/Guide_to_using_YOLOv2 |