摘要:Step 1: GPU Instance and AMI The first thing we'll do is select the AMI and an instance with a GPU: Top Left: Service -> EC2 Left Side Bar: Spot Reque
阅读全文
摘要:Compress an Entire Directory or a Single File Use the following command to compress an entire directory or a single file on Linux. It’ll also compress
阅读全文
摘要:Executive Summary Delete Local Branch To delete the local branch use: Note: The -d option is an alias for --delete, which only deletes the branch if i
阅读全文
摘要:If you have named a branch incorrectly AND pushed this to the remote repository follow these steps before any other developers get a chance to jump on
阅读全文
摘要:Installing TCMalloc for use in experiments. This should slightly speed up runs. First part of this is for TCMalloc use when using tensorflow and the s
阅读全文
摘要:Bug: Some day I updated my openCV to the latest version 2.4.13, while recently I found I always get "2.4.8" when I check the version in python2.7. It
阅读全文
摘要:Same problem as in https://github.com/Ultimaker/Cura/issues/385 Fix: My PR #387 based on #131 fixes the problem + installing python3-opengl (1) (2) su
阅读全文
摘要:Say we have a latest Blender extracted from the download package. We want to create a launcher for Blender so that we can start it from the Unity Dash
阅读全文
摘要:Problem: Ever since I have installed Conda, ROS does not seem to work. And predictably it is because Conda has changed my Python environment. I run RO
阅读全文
摘要:Say we have installed qt programs and we want to run qtcreator from the command line. What we need here is only to put a soft link to the qtcreator we
阅读全文
摘要:Problem "No module named catkin_pkg.package" on catkin_make w/ Indigo I have the problem after anaconda is installed. I get an error because of the di
阅读全文
摘要:This document covers the SSH client on the Linux Operating System and other OSes that use OpenSSH. What is SSH? There are a couple of ways that you ca
阅读全文