- 博客(19)
- 收藏
- 关注
原创 [wandb]AttributeError: partially initialized module ‘wandb‘ has no attribute ‘init‘
报错:AttributeError: partially initialized module ‘wandb’ has no attribute ‘init’ (most likely due to a circular import)原因:相同文件见内不可以有叫做。的文件,改个名字就好了。
2024-06-20 12:43:59 174
原创 [Huggingface] Different learning rate scheduler types
【代码】[Huggingface] Different learning rate scheduler types。
2024-03-04 12:28:09 219 1
原创 【学习琐记】huggingface transformer入门笔记
【代码】【学习琐记】huggingface transformer入门笔记。
2024-01-05 13:52:24 416 1
原创 【学习琐记】python list的一些用法
会直接改变list1的内容reverse:默认为false,也就是升序key:排序时每个元素2.不改变list1的内容,其他同13. argsort怎么写或者。
2024-01-01 01:05:27 366
原创 【学习琐记】NLP模型与代码——基础篇
model里embedding layer(bert)one hot编码到embedding的映射。固定随机数,让结果可被他人完全复现。word到token的映射。
2023-12-20 11:01:43 442 1
原创 【vscode】vscode通过remote-ssh连接服务器卡在downloading with wget怎么办?
,所以之后大概也不太会用上这篇文档的内容了。为了纪念这个第一次出现就让我suffer了很久,后来有事没事就出来让我suffer一次的bug,我决定把解决流程写下来。写在前面:之前默认设置vscode自动更新,每次更新之后都需要进行一遍这套操作,而我居然懒了很久没去关掉这个自动更新。然后在框中输入:kill remote ssh(我这里写的不全,支持模糊搜索的)- 在这一步,之前看到有的文档(找不到出处了)说要先删掉server上整个。而且删掉之后之前装的所有插件要用的时候还要重新装一遍。
2023-09-01 16:48:00 1809 1
原创 vscode file header comment extension
【代码】vscode file header comment extension。
2023-09-01 13:12:40 154 1
原创 【Python】从python项目中自动生成class diagram
是没用的,还是会报上述错误,解决方法见链接2。需要apt/brew/…如果没有安装权限的话可以在docker下安装。但我懒得搞,直接找了个在线dot2png网站。
2023-09-01 10:46:17 382 1
原创 [pandas]UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0x84
读取kaggle某数据集csv文件时遇到了这个问题。
2023-08-30 17:43:45 199 1
原创 【pytorch】RuntimeError: Adam does not support sparse gradients, please consider SparseAdam instead
【代码】【pytorch】RuntimeError: Adam does not support sparse gradients, please consider SparseAdam instead。
2023-08-26 17:22:02 201
原创 [Python]Hugging face freeze bert layers
【代码】[Python]Hugging face freeze bert layers。
2023-08-12 23:29:13 103 1
原创 【pytorch】expected scalar type float but found half
【代码】【pytorch】expected scalar type float but found half。
2023-08-12 15:08:08 214 2
原创 Pytorch与cuda版本问题与pyG安装
1)Pytorch的GPU driver is too old的问题。2)pyG如torch-scatter的安装
2023-02-20 11:04:09 298 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人