-
# Bug Report
import torch
import torch.nn as nn
import torch.nn.functional as F
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
class Attention(nn.Module):
def __…
-
Obtaining file:///C:/Users/supuser/Downloads/SupuserProj/TFOD/AlphAction
Requirement already satisfied: tqdm in c:\users\supuser\anaconda3\envs\tf\lib\site-packages (from alphaction==0.0.0) (4.62.1)
…
-
For the RNN model:
![image](https://github.com/apache/tvm/assets/29506758/72a686b2-7fba-4a57-86b7-2a5d2d7aa8c8)
TVM convert it to RelayIR:
```
def @main(%input_1: Tensor[(2, 2, 2), float32], %v_pa…
-
### Describe the bug
Dear Project Maintainers:
When I tried to use the article "A FINE-TUNED WAV2VEC 2.0/HUBERT BENCHMARK FOR SPEECH EMOTION RECOGNITION, SPEAKER VERIFICATION AND SPOKEN LANGU…
-
The following three tutorials link the author's name (see "Author: Sean Robertson") to a third-party repo, which is not maintained anymore. Should we just remove those names in the tutorials?
https…
-
## **I'm trying to run darknet from python on raspberry pi 3 using rasPi camera and opencv and after loading weights returns the following error:**
```
pi@raspberrypi:~/darknet-nnpack $ python dar…
-
### Describe the issue
I encountered a question when I use RNN model in my project, it requires a dict input to get the hidden state containing history information. After I export the model in pyth…
-
## 문서 URL
_수정이 필요한 URL을 남겨주세요. (예. https://tutorials.pytorch.kr/beginner/basics/intro.html)_
-**URL**:https://tutorials.pytorch.kr/intermediate/char_rnn_generation_tutorial.html
## 변경 사항
_(1)어떤 …
-
I'm trying to run darknet from python on raspberry pi 3 using rasPi camera and opencv and after loading weights returns the following error:
pi@raspberrypi:~/darknet-nnpack $ python dare.py
layer …
-
自己用发票的数据训练了一个文本识别模型,训练集19000多张,测试集约5000张,使用的是Resnet34,训练了1000轮,acc在89%左右就上不去了。使用该模型测试时,总体效果还行,但是发现对于**框出来很标准的文本**,有时候会漏检某些字,例如“2020年12月04日”,就会把“日”漏掉,“有限公司”会识别成“有限司”等。请问一下**训练的时候需要调整什么参数**?或者在**部署的时候需要…