摘要: 问题:安装apex的时候发现pytorch的cuda版本和机器上cuda版本不一致,导致报错 解决方案:卸载cuda并重新安装指定版本的cuda(卸载12.0版本,安装11.7版本) 解决过程: 1. 卸载旧版cuda 参考网站:How to Completely Remove CUDA from 阅读全文
posted @ 2023-08-16 15:46 mnluzimu 阅读(1091) 评论(0) 推荐(0) 编辑
摘要: ## 问题: load LLaMA 7b的weights的时候报错: ValueError: Tokenizer class LLaMATokenizer does not exist or is not currently imported. ## 出现原因: 新版transformers里面ll 阅读全文
posted @ 2023-07-20 09:54 mnluzimu 阅读(2321) 评论(0) 推荐(0) 编辑
摘要: 尝试对starter项目的页面进行改变 修改侧边栏,只留下最上面的「仪表盘」和「列表页」两个大模块 in SideNav.vue the code for the sidebar menu is: <menu-content :navData="menu" /> from there we can 阅读全文
posted @ 2023-04-06 20:16 mnluzimu 阅读(69) 评论(0) 推荐(0) 编辑
摘要: Distinctive Image Features from Scale-Invariant Keypoints 论文解读 著名的SIFT local feature提取方法 Scale-space extrema detection 初步筛查出keypoints $L(x,y,\sigma) = 阅读全文
posted @ 2023-03-05 10:19 mnluzimu 阅读(47) 评论(0) 推荐(0) 编辑
摘要: argparser Python包使用 导入 import argparse 定义parser对象(参数为介绍) parser = argparse.ArgumentParser('test parser') 定义argument 传入字符串 首先我们看最简单的传入string的情况 parser. 阅读全文
posted @ 2023-03-05 10:09 mnluzimu 阅读(98) 评论(0) 推荐(0) 编辑
摘要: Charlotte Holmes Novel The charactors are adorable. Jamie and Charlotte are a very cute couple. More of advanture than detective through, but interest 阅读全文
posted @ 2023-03-05 10:07 mnluzimu 阅读(12) 评论(0) 推荐(0) 编辑