myaijarvis

Results 7 issues of myaijarvis

移动过程中会改变元素大小(文本部分溢出不可见,按钮变得很宽) 注释draggie.on("dragEnd", function () {}) 代码 在网页上用鼠标拖拽一下按钮,然后点击按钮,即可看到效果 我写出来部分解决办法,仅供参考。 ```html body { margin: 0; padding: 0; overflow: hidden; } #draggableBtn { top: 150px; right: 0; position: fixed; z-index: 1000; cursor: pointer;...

tokenizer无法加载多条数据 ``` import torch from datasets.bert_dataset import BertDataset from models.modeling_glycebert import GlyceBertModel CHINESEBERT_PATH = 'C:\\Users\\jarvis\\.cache\\huggingface\\hub\\models--ShannonAI--ChineseBERT-base\\snapshots\\aa8b6fa9c3427f77b0911b07ab35f2b1b8bf248b' tokenizer = BertDataset(CHINESEBERT_PATH) chinese_bert = GlyceBertModel.from_pretrained(CHINESEBERT_PATH) sentence1 = '我喜欢猫' sentence2 = '我喜欢猫2' sentence=[sentence1,sentence2] input_ids_b=torch.Tensor() pinyin_ids_b=torch.Tensor()...

作者你好 ``` Traceback (most recent call last): File "C:\Anaconda3\lib\site-packages\transformers\modeling_utils.py", line 1445, in from_pretrained "You seem to have cloned a repository without having git-lfs installed. Please install " OSError: You seem...

你好,请问能不能给该插件添加一个类似于谷歌同步插件的功能,同步该插件的设置,使得方便在多设备使用,谢谢!

大佬能不能使写个Python版本的,c++不太会(大佬牛批)

建议作者添加一期关于【英语时态】的讲解,比如过去完成时、现在完成时等等,非常感谢作者的努力付出!

大佬你好,能不能增加一个勾选【原创】的按钮,我想只下载原创的文章查看^_^

enhancement