-
## General Question
E:\Anaconda\installation\envs\Audio\lib\site-packages\_distutils_hack\__init__.py:33: UserWarning: Setuptools is replacing distutils.
warnings.warn("Setuptools is replacing d…
-
I added a new dictionary IPA for portuguese in symbols.py, added portuguese.py to process text in IPA, but i'm receiving this error:
"/usr/bin/python3" GPT_SoVITS/prepare_datasets/3-get-semantic.py
…
-
训练过程中报错,该怎么解决呀,而且是随机的,不是到某条特定的样本就一定会出现
-
为什么我老报错这个问题呢?我完全都没动过代码,直接运行也是这样
-
**Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [x] Are you running the latest `bert-as-service`?
* [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-…
-
你好,请问做过中文数据集的实验吗,我想用自己的中文金融数据对模型做测试,不知道能否适用?
我的想法是bert模型替换为Chinese—bert ,然后数据是这样的:【千方科技:重庆蚂蚁消费金融有限公司开业】千方科技公告,公司近日获悉,中国银行保险监督管理委员会重庆监管局下发《重庆银保监局关于重庆蚂蚁消费金融有限公司开业的批复》,批准重庆蚂蚁消费金融有限公司开业。2021年6月4日,蚂蚁消金在重庆…
lzf00 updated
9 months ago
-
在网上,搜到过将TensorFlow模型转成Torch的案例。反过来,将Torch模型转成TensorFlow模型的没有找到过。谢谢了!
我想试试TensorFlow预训练bert。谢谢了
-
使用bert4keras训练的BERT分类模型经过转换后报错提示有3个OP不支持转换:
paddle.__version__ = 1.7.2
Now translating model from tensorflow to paddle.
Shape[now is [-1, -1]] for input tensor[tensor name: "Input-Token"] not sup…
-
If possible, can we use local languages for caption options, e.g., 中文 (Chinese) or 简体中文 (Simplified Chinese), 한국어 (Korean), 日本語 (Japanese)?
-
您好,我是用BertEmbedding,模型使用cn(chinese-bert-wwm),输入分好的词,是不是可以这样做,这样可以得到分词的向量,还是说必须基于字符进行输入.因为我的下游任务需要分好词的向量,如果必须要字符的话,那词向量如何获得.