编译 Darknet

  • Windows 11
  • Visual Studio 2022 (toolset: v141)
  • CUDA Driver Version = 12.0 (显卡支持的最高版本 cuda)
  • CUDA Toolkit 11.7.0 (实际使用的 CUDA 版本)
  • NVIDIA GeForce RTX 4060 Laptop GPU
阅读更多

linux 下的用户管理

linux下有超级用户root和普通用户(例如树莓派上的默认用户pi).
超级用户的密码在专门设置之前是随机的,每次开机都会改变.

阅读更多

树莓派服务器

  • 树莓派4B 8G RAM
  • 64G tf 卡
  • 64G U盘
  • 树莓派操作系统: Raspberry Pi OS Lite (64-bit)
阅读更多

非线性优化算法 (待续)

  • Newton’s method (牛顿迭代法)
  • Gradient descent (梯度下降法)
  • Conjugate gradient method (共轭梯度法)
  • Powell’s method (鲍威尔法)
  • Gauss–Newton algorithm (高斯牛顿法)
  • Levenberg–Marquardt algorithm (列文伯格-马夸尔特法)
阅读更多