-
I was tinkering with the code and made the following change in `line 977, main.cpp` (as it seemed wrong to me):
*from*
```C
if (embd.size() > params.n_batch) {
break;
}
```
*to*
```C
i…
-
when im running `build_model` function,
```
# Function Model Building
def build_model():
# menentukan layer input untuk image ke model
input_img = layers.Input(
# menentukan s…
-
## 문서 URL
_수정이 필요한 URL을 남겨주세요. (예. https://tutorials.pytorch.kr/beginner/basics/intro.html)_
- **URL**: https://tutorials.pytorch.kr/intermediate/char_rnn_classification_tutorial.html
## 변경 사항
_…
-
# Bug Report
### Is the issue related to model conversion?
No
### Describe the bug
When install onnx by:
```
sudo apt-get install protobuf-compiler libprotoc-dev
pip install git+https://git…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
系统环境/System Environment:Centos
版本号/Version:Paddle_inference:2.1 PaddleOCR: 2.4 cuda:10.1
运行指令/Command Code…
-
**Describe the bug**
Hi, thanks for the awesome work!
However, when I tried to **implement the Commonvoice ASR by using ESPnet as a library,** I met some problems.
The problem was that I used t…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:windows
- 版本号/Version:Paddle:2.2.1 PaddleOCR:2.4 问题相关组件/Related components: to…
-
commit [`c02bae2ebc684a2e068c0dc59be00ff43167b44d`
](https://github.com/karpathy/llm.c/commit/c02bae2ebc684a2e068c0dc59be00ff43167b44d)
I got this error when running `train_gpt2cu`
```
[System]
D…
whao updated
7 months ago
-
https://github.com/pytorch/tutorials/blob/48e5cccecbd385e00b95cb60ecdfecd06a43282b/intermediate_source/char_rnn_generation_tutorial.py#L281
Hello folks at Pytorch,
When instantiating loss at a r…
-
Thanks for your fantastic piece of work.
May I ask if this library can be run on cpu computer?
I would like to train my model on my office desktop which has no gpu.
Thanks a lot.