- 博客(10)
- 资源 (33)
- 收藏
- 关注
原创 使用DeBERTa模型在GPU运行报错: RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling cublasCrea
使用DeBERTa模型在GPU运行报错: RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling cublasCreate(handle) 但用bert_base_chinese模型却是可以正常运行的,是什么原因呀?
2022-09-21 13:00:15
818
原创 Jupyter 惊现 500 : Internal Server Error ?
Jupyter 惊现 500 : Internal Server Error ?
2022-08-29 09:47:07
402
原创 ImportError: packaging>=20.0 is required for a normal functioning of this mo
transformer_error
2022-07-03 21:26:36
2865
1
原创 ndarray类型通过中括号转换为list类型
ndarray类型通过中括号"[ ]"转换为list类型类型a = np.array([[1, 0, 0, 0, 0, 0, 0]])aa = [a]print('a:',type(a))print('aa:',type(aa))a: <class ‘numpy.ndarray’>aa: <class ‘list’>之后可通过 “ ,= ”方式提取list中的ndarray, 如下:b, = aaprint('b:',type(b))b: <
2022-03-22 17:18:19
1197
原创 pytorch中实现与np.dot类似功能
定义tensor数组时使用dtype=torch.float , 统一成float格式即可矩阵内积(类似 np.dot(x, W) )y = torch.mm(x, W)
2022-03-18 11:23:49
1799
原创 pytorch,torchvision与python版本对应关系
main / nightly main / nightly >=3.7, <=3.9torch torchvision python 1.10.2 0.11.3 >=3.6, <=3.91.10.1 0.11.2 >=3.6, <=3.91.10.0 0.11.1 >=3.6, <=3.91.9.1 0.10.1 >=3.6, <=3.91.9.0 0.10.0 >=3.6, <=3.91.8.2
2022-02-19 10:45:53
21015
原创 pycharm每次新建project都要重新安装一些库?原来竟可以这样解决
依次点击左上角file->setting->Python Interpreter之后点击在路径搜索框右侧的show all…选择之前一直能成功运行的环境即可如此即可,不必再在新环境中install库
2021-11-03 22:48:50
1019
原创 anaconda下安装pytorch
先conda activate pytorch激活环境再输入以下conda install pytorch torchvision cpuonly -c pytorch检查是否安装成功:pip list
2021-10-14 12:53:40
82
原创 ERROR 2002 (HY000): Can‘t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock‘ (
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (111) 解决方法sudo systemctl start mysqld重新开启一次即可
2021-10-09 21:12:56
145
Jupyter快捷打开当前目录
2022-06-11
最全计算机一级考试试题汇.doc
2020-06-07
TA创建的收藏夹 TA关注的收藏夹
TA关注的人