-
Hullo! A piece of my data analysis code runs with no errors on Python 3.7.16.
However, when I use Radon on the same file, the following error occurs:
ERROR: invalid syntax (, line 15)
The code a…
-
Hello,
First of all, thank you for sharing your code, I'm new to NLP and I've been looking for a while to find a solution on how to train a T5 transformer on an unsupervised manner.
Nevertheless…
-
您好作者,我的环境中:
pytorch:1.7.0+cu110
transformer:4.3.2
pytorch-crf:0.7.2
显卡:tesla V100
训练trainer_ner的时候报错了:
/pytorch/aten/src/ATen/native/cuda/Indexing.cu:658: indexSelectLargeIndex: block: [430,0,…
-
For vectorizers that support `binary=True` it seems excessive to use a `float` when a single bit is enough. Switching to a Bit Vector data type could increase memory efficiency by 32x compared to a `f…
-
### 🚀 The feature, motivation and pitch
As the kernels seem to be limited to the FP32 data type at the moment, it would be immensely helpful to have the implementations support mixed precision comp…
-
环境:PaddlePaddle2.2、PaddleX2.1、Python3.7,Win10
利用FasterRCNN训练好的模型导出到hub,请问题对输入图像格式和大小有特别要求吗?
参考:https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/hub_serving_deploy.md
如下 命令
```
paddle…
-
## ❓ Questions and Help
### Before asking:
1. search the issues.
2. search the docs.
hey I downloaded the 1.3B ckpt from (https://github.com/facebookresearch/metaseq/tree/main/proj…
-
Hi,
I am getting 'Segmentation fault (core dumped)' when trying to train model for long SpanCat. I know this error could be related to OOM issues but this does not seem the case here. I tried to redu…
-
#### Learning Goals
OpenAI has generated lots of hype with GPT-3. In some way, its like GAN but for NLP to generate 'fake' texts with some primes and prompts.
The goal of the exercise is to teach the…
-
Hello.
I am trying to train and run (and evaluate) the NER task from greek-bert from the examples folder, but can't seem to figure it out.
Can you please help me?
Thanks