- 博客(95)
- 资源 (1)
- 收藏
- 关注
原创 Linux、Windows、Android下查看可执行文件、动态库和静态库信息的命令
Linux、Windows、Android下查看可执行文件、动态库和静态库信息的命令
2024-09-22 13:57:46
863
原创 彻底解决“CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage”的问题
windows环境下,彻底解决“CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage”的问题
2024-03-19 10:46:37
25493
原创 无法加载文件 C:\Users\xxx\Documents\WindowsPowerShell\profile.ps1解决方法
解决“无法加载文件 ***\WindowsPowerShell\profile.ps1,因为在此系统上禁止运行脚本”的问题
2024-03-16 11:28:05
2809
翻译 AI Benchmark解读(论文翻译): All About Deep Learning on Smartphones in 2019
关于AI Benchmark打榜:在过去的两年里,移动AI加速器的性能一直在迅速发展,每推出一代新soc,性能就会翻一番。目前的第四代移动npu已经接近不久前推出的兼容cuda的Nvidia显卡的结果,再加上移动深度学习框架的增强功能,使得在移动设备上运行复杂和深度的人工智能模型成为可能。在本文中,我们评估了高通、海思、三星、联发科和优硕为人工智能推理提供硬件加速的所有芯片组的性能并比较了结果。我们还讨论了Android ML管道的最新变化,并提供了在移动设备上部署深度学习模型的概述。
2024-01-15 10:51:27
889
1
原创 C++中dynamic_pointer_cast和reinterpret_cast
本篇博客将介绍C++中的两种类型转换:dynamic_pointer_cast和reinterpret_cast。dynamic_pointer_cast是一种安全的类型转换,用于将一个指向基类的shared_ptr转换为指向派生类的shared_ptr。它会在运行时检查转换是否合法,如果不合法则返回空指针。相比之下,reinterpret_cast是一种不安全的类型转换,它可以将一个指针转换为任何其他类型的指针,甚至是不相关的类型。这种类型转换不会进行任何检查,因此可能会导致未定义的行为。
2023-11-08 14:30:31
732
原创 C++构建与编译
C++构建与编译,cmake,make,ninja,gcc,clang,makefile,blueprint,cmakelists,Android.mk,Android.bp等概念的关系
2023-11-02 11:41:24
377
原创 error: ‘std::string_view’ has not been declared问题解决
error: ‘std::string_view’ has not been declared问题解决
2023-08-11 15:07:40
1809
原创 Could not find a package configuration file provided by “Torch“ with any of the following names:问题解决
Could not find a package configuration file provided by "Torch" with any of the following names:问题解决
2023-08-08 10:53:10
2241
1
原创 当前没有源代码管理提供程序进行注册 scanning folder for git repositories 没有注册配置remote.SSH.remotePlatform因此无法写入用户设置问题解决
当前没有源代码管理提供程序进行注册 scanning folder for git repositories 没有注册配置remote.SSH.remotePlatform因此无法写入用户设置 问题解决 居然是因为中文插件的问题!
2023-07-25 21:06:25
3945
13
原创 Could not find toolchain file: E:/Git/build/cmake/android.toolchain.cmake问题解决
Could not find toolchain file: E:/Git/build/cmake/android.toolchain.cmake问题解决
2023-07-24 20:46:42
1912
原创 java.lang.NullPointerException (no error message)问题解决
java.lang.NullPointerException (no error message)问题解决
2023-07-24 11:19:01
1205
原创 did not find expected key while parsing a block mapping at line 2 column 1的解决方法
did not find expected key while parsing a block mapping at line 2 column 1的解决方法
2023-03-24 20:11:04
1777
原创 将Hugging Face模型转换成LibTorch模型
Hugging Face上面的模型需要依赖于diffuser库使用,做二次开发的时候很不方便,转换成LibTorch模型可以在C++的环境下进行操作,易于操作
2023-03-13 16:28:00
1291
2
原创 AttributeError: module transformers has no attribute CLIPImageProcessor的解决方法
AttributeError: module transformers has no attribute CLIPImageProcessor的解决方法
2023-03-10 14:38:52
2719
2
原创 ncnn/net.h: No such file or directory的解决方法
ncnn/net.h: No such file or directory的解决方法
2023-02-28 16:24:36
1844
原创 CMake Error at CMakeLists.txt: (FIND_PACKAGE)找不到ncnn包的解决方法
CMake Error at CMakeLists.txt: (FIND_PACKAGE)找不到ncnn包的解决方法
2023-02-27 20:31:38
12017
原创 git submodule update --init命令速度太慢的解决方法
git submodule update --init命令速度太慢的解决方法
2023-02-27 20:16:51
2613
鸢尾花数据集(xlsx格式)
2020-05-16
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人