Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on Git
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Access Token for Git
There are a few advantages of using (GitHub, etc.) access tokens for Git, especially in an enterprise environemnt.
-
Access tokens can provided more fined access …
Python pandas Tips
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
pandas
Settings
Please refer to Options for the pandas Package in Python for discussions.
Tips and Traps
-
Do NOT use
DataFrame.iterrows
. Please refer to the issue for discussions on it …
Tips on GPU Computing
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
List GPU Devices on Linux
You can list GPU devices using the following command on linux.
lspci -v | grep VGA
Machine Learning Frameworks Supporting Managing GPU Resources
Tips on GitHub
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps
-
Have at least 2 branches master and dev. Reserve the master branch for releasing purpose and the dev banch for development. Protect the master branch on …
Tips on Linux
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tricks and Traps
-
Use full paths of commands when you use a batch account or schedule a cron job. The reason is that batch account and/or cron might have different …