-
### Description
**What is this?**
After updating to react-native-reanimated 3.0.2, running an Android release build is no longer working. The iOS build is working fine.
**Further info**
It …
-
Not entirely sure what ive done here, kinda new to this and cant seem to install Torch, my end goal is to run this: https://github.com/karpathy/char-rnn because im interested. I used the instructions …
-
getting no error while cmake, but it stuck on **make**. plz help
cmake .. -DCMAKE_BUILD_TYPE=Release -DFLASHLIGHT_BACKEND=CPU
-- ArrayFire found (include: /opt/arrayfire/include, library: ArrayF…
-
I'm training a model that recognizes sentences. I have 500.000 senteneces.
This is the configuration of my model.
The model only predicts the **first word of a sentence.**
Does any one knows t…
-
This is a finetuned 4.2.0 sup model after I export it with :
```
bonito export --format dorado bonito_can_byC_e5_dna_r10_400bps_sup@v4.2.0/
```
bonito exports:
```
$ ls
0.conv.bias.tensor
0…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 问题相关组件/Related components:paddleocr2.6
选了40w张垂类真实图片,进行文字识别任务微调
在选择参数微调时,按https://github.com/PaddlePadd…
-
Hi, I'm attempting to simply serialize and then unserialize a trained tokenizer. When I run the following code:
```
tokenizer = Tokenizer(BPE())
trainer = BpeTrainer(vocab_size=280)
tokenizer.tr…
-
### 请提出你的问题 Please ask your question
使用设备为macbook pro M2 ,系统版本14.4.1
在使用pip安装的paddlepaddle(包括2.3.2,2.4.2,2.5.2),均在运行静态图的infer过程中hang住,其中2.3.2还会出现segmentFault后退出
采用的是官方教程中的示例代码,包括使用inference API…
-
[2021/08/27 15:46:18] root INFO: Architecture :
[2021/08/27 15:46:18] root INFO: Backbone :
[2021/08/27 15:46:18] root INFO: model_name : large
[2021/08/27 15:46:18] root INFO: …
-
@apaszke
This tutorial "[char_rnn_classification](http://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html)" has a bug in the forward part of this code:
```python …