qii404
qii404
某些情况下,带独立显卡的Windows打开后会直接白屏/黑屏,需手动禁用GPU。如图在快捷方式上右键,追加` --disable-gpu`参数即可。另外建议Windows非管理员下安装,否则更新时可能会出现旧版本被删除而新版本无法安装的问题 In some cases, Windows with independent GPU will got white/blank screen, the solution is disable GPU. Right click the link icon and append ` --disable-gpu` param. It is...
hey all Official site of AnotherRedisDesktopManager is https://github.com/qishibo/AnotherRedisDesktopManager the images are downloaded from there Thx!
最近在拜读plato-2,有个疑问 在stage1.1 粗训的时候,生成1to1的mapping,这里使用的NLL损失,可是公式前面的`E`指的是什么呢?  stage2.1中代指的是从z的分布中取样得出一个z,这个能理解,可是stage1.1里面的E就不太懂了 
由`v1.3.5`升级到`>=v1.3.6`版本比较特殊,因为更改了`productName` `logo`两个字段,所以可能会出现桌面上有两个图标的情况,正常情况下删除老logo保留新logo即可 原名称:Another.Redis.Desktop.Manager 新名称:Another Redis Desktop Manager 老logo(删除快捷方式即可):  新logo:  【安装目录会有两个exe和uninstall,不影响使用,强迫症可以删除老的俩,但不建议点击uninstall,因为会把新旧同时删除】 ## Tips: `win`如果出现不能安装的情况,注册表ctrl+F搜索`another redis`项目,直接删除后重新安装即可 
* **Electron-Builder Version**: 22.14.5 * Electron-updater Version: 4.6.5 * **Node Version**: all * **Electron Version**: 12.2.3 * **Electron Type (current, beta, nightly)**: * **Target**: nsis When the nsis (exe) package...
Hey luin, here is a bug on unsubscribe mode if set `stringNumbers: true`, code like this ```javascript const Redis = require("ioredis"); // const redis = new Redis({stringNumbers: false}); const redis...
关于最终分数计算
看代码是用stsb的dev来测试数据的,spearman也是dev的结果,不应该是用test来跑最后的分数么
vue: 2.5.22 `:expand-depth="deep"` 这种,deep更改时没重新调整深度,是不是加个watcher?
https://github.com/vdogmcgee/SimCSE-Chinese-Pytorch/blob/main/simcse_unsup.py#L142-L145  这里求对比损失的时候又在loss外面包了一层`torch.mean(loss)`,ce默认已经是`mean`均值形式了,为什么返回的时候又执行mean操作呢