07 2024 档案
摘要:torch中的矩阵乘法 torch.matmul应该是打包的函数,/home/zwl/software/pytorch/torch/csrc/autograd/generated/python_torch_functions_0.cpp:4865 static PyObject * THPVaria
阅读全文
摘要:set -g mode-keys vi set -g mouse on # Use v to trigger selection bind-key -T copy-mode-vi v send-keys -X begin-selection # Use y to yank current selec
阅读全文
摘要:安装cuda-toolkit, 在没有gpu的情况下,不能安装其中的cuda driver, 不勾选,装cuda toolkit即可。 安装gpgpu-sim程序。gpgpu的仿真程序,目前仅仅支持cuda11。而cuda11最高支持的ubuntu为20.0。但在22.0的ubuntu上下载cuda
阅读全文
摘要:pytorch训练中的一些优化手段 https://blog.csdn.net/deephub/article/details/139622843 pytorch中python和底层C++ tensor对象关系 https://pytorch.org/cppdocs/notes/tensor_bas
阅读全文