-
- 系统环境/System Environment:ubuntu
- 版本号/Version:paddlenlp: 2.4.5 paddlepaddle-gpu: 2.3.2.post101 PaddleOCR: latest
- 数据:自定义的数据,检查过了是没问题的,可视化也正确,链接: https://pan.baidu.com/s/1xdDQofFGe-SZkm3GJ8bikA 提取码…
-
## Keyword: efficient
### End-to-end codesign of Hessian-aware quantized neural networks for FPGAs and ASICs
- **Authors:** Javier Campos, Zhen Dong, Javier Duarte, Amir Gholami, Michael W. Mahoney,…
-
I followed the instructions provided in the documentation for setting up Colab. The instructions are as follows:
1. Open a new Python 3 notebook.
2. Import this notebook from GitHub (File -> Uploa…
-
**Original report on BitBucket by John Shepherdson (GitHub: [john-shepherdson](https://github.com/john-shepherdson)).**
----------------------------------------
**Linked to #447**
I am trying to un…
-
在您的OmniEvent 的 Demo中有一个完整的关于Event Extraction & Event Relation Extraction的样例,似乎是基于maven-ere训练出的?
请问我们是否可以获得这个模型?并用其进行infer任务?
-
Hello sir,
I run the code of this paper but error occur (FileNotFoundError: [Errno 2] No such file or directory: 'data/chinese/seq2umt\\word_vocab.json').
word_vocab.json file is missing please send…
-
**关系抽取实验的两个疑惑点**
> 问题1:使用bert预训练模型训练中断了,想继续训练发现好像没有这个参数,但是看fewshot方法支持中断后训练。
请问是否有预训练的断点继续训练的方法?
> 问题2:使用其他几种非预训练模型的结构,会出现一个
```
Traceback (most recent call last):
File "run.py", line 60, …
-
## Issue
Currently, all images, video and audio in the crawled page are returned in `result.media` like follows.
```
{
audio:[],
images:[
{
src:"https://cdn.com/path/to/image",
alt:"mobile_i…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hello,
I have a question about how to load the existing Nebula Graph data into Knowledg…
-
请问关系抽取中用到的CNN、GCN、Transformer、BiLSTM模型是自己搭建的吗?或者是使用的哪些开源模型?