- 博客(6)
- 收藏
- 关注
原创 linux安装VTM时报错Could not find a package configuration file provided by “Torch“
CMake Error at CMakeLists.txt:134 (find_package): By not providing "FindTorch.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Torch", but CMake did not find one.
2023-04-24 18:46:47
1150
原创 error LNK2019: 无法解析的外部符号 “void __cdecl cv::imshow
error LNK2019: 无法解析的外部符号
2022-11-19 13:48:40
3377
1
原创 【无标题】Visual Studio 中 对 C++ 的批量注释和取消注释的快捷键
Visual Studio 中 对 C++ 的批量注释和取消注释的快捷键
2022-11-15 23:27:50
1020
原创 关于anaconda安装了pytorch,但是spyder却用不了yorch的解决方法之一
最近需要安装pytorch,明明安装好了pytorch,再anaconda prompt可以使用,但是spyder无法使用torch,最后发现是python解释器的问题,明明是个很小的问题,当初却困扰了我很久,在这里说出来希望很帮助到有需要的人。#检查anaconda里是不是真的安装了pytorch在anaconda prompt里输入以下代码import torchimport torchvisionprint(torch.version)显示出torch版本,那么就可以确定pytorch已经
2022-03-01 17:18:37
5515
1
原创 用汇编语言写一个程序,它先接收一个字符串,然后显示其中数字符的个数、英文字母的个数和字符串的长度
## 用汇编语言写一个程序,它先接收一个字符串,然后显示其中数字符的个数、英文字母的个数和字符串的长度DATAS SEGMENTstr1 db 0dh,0ah,'please enter a string :','$';str1提示请输入字符串str2 db 0dh,0ah,'the number of numbers in the string is :','$';str2提示数字的个数str3 db 0dh,0ah,'the number of letters in the strinng i
2020-07-29 10:30:43
4557
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人