在Shell或Bat脚本中激活conda环境
通过source /YOUR_CONDA_PATH/bin/activate your_env
在Linux
Shell脚本中激活conda环境;通过call activate your_env
在Windows
Bat脚本中激活conda环境。
通过source /YOUR_CONDA_PATH/bin/activate your_env
在Linux
Shell脚本中激活conda环境;通过call activate your_env
在Windows
Bat脚本中激活conda环境。
因为学校的校园网是通过DHCP动态分配IP的,而我又需要通过远程连接来登陆,因此开发了一款简易的IP地址变动检测程序,在检测到IP地址变化时,通过SMTP发送邮件告知我。
在PyTorch使用GloVe预训练好的词嵌入,一些优质的资料。
在运维实验室GPU服务器的过程中,遇到的NVIDIA驱动问题。连续遇到后,结合网上的资料及与朋友的探讨来看,该问题比较常见,但有条理的、全的文档却没看到,因此我在此处记录踩坑和出坑的经验。
使用matplotlib显示图像,并且能够在窗口内动态刷新(定时/按键)检视数据。
简单记录常用的Linux环境下管理用户的命令、配置文件等。
Frank Underwood: Such a waste of talent. He chose money over power, in this town a mistake nearly everyone makes. Money is the McMansion in Sarasota that starts falling apart after ten years, power is the old stone building that stands for centuries. I can not respect someone who does not see the difference.
-Michael Dobbs, House of Cards
对自定义域名的GitHub Pages站点配置CDN会造成GitHub Pages的HTTPS证书无法自动签发。
看到了一个有趣的可以实现QQ、微信等软件消息轰炸的小脚本,基于VBS模拟按键实现。逗朋友们玩了一下,效果不错。另附常见BUG解决。