摘要:
[ Configure auto-start ] 1. Windows > Advanced options Turn on for "Notify me when a restart is required to finish updating" 2. Group policy Search "E 阅读全文
摘要:
[ show all running processes ] (1) ps -aux | less 'ps' means: Process Status The -a option tells ps to list the processes of all users on the system r 阅读全文
摘要:
Configuration for all clients: http://help.cstnet.cn/changjianwenti/youjianshoufa/kehuduan.htm Configuration for Express: http://help.cstnet.cn/changj 阅读全文
摘要:
In situation of finetuning, parameters in backbone network need to be frozen. To achieve this target, there are two steps. First, locate the layers an 阅读全文
摘要:
Two points: 1. change backend of matplotlib: import matplotlib.pyplot as plt plt.switch_backend('agg') 2. save figure via PdfPages: from matplot.backe 阅读全文
摘要:
Pivot; Triangularize; Back substitution; Coefficient matrix, augmented matrix, row vector & column vector; the meaning of Ai*, A*j; 3 situations of so 阅读全文