-
## 🐞Describe the bug
- Numerical difference in output of bidirectional LSTM from pytorch
- Don't know if it's a converter issue or not
## Trace
No
## To Reproduce
- Adapted LSTM test case fr…
-
### 🐛 Describe the bug
this is my net code:
```python
# Copyright (c) 2023 ASLP@NWPU (authors: Kaixun Huang)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not u…
-
When I want to use the saved mode to get prediction based on that, it raises
```
File "/home/sgnbx/Downloads/projects/CRNN-with-STN-master/prediction.py", line 20, in
model = load_model('wei…
-
Hi, I am faced with a problem when I execute this model in the last step, I don't have any ctc value and I don't have any result of predicted value, any help please,
this is the result:
ori…
-
Recently engaged in NLP work, has been concerned about mxnet, want to add bi-lstm CRF model, TF already has a CRF module, Hope Mxnet and gluon as soon as possible. Thank you
-
When I test a BiLSTM model with CNTK using CPU (trained using GPU), an error occurs:
```
Inside File: Source/Math/Matrix.cpp Line: 4423 Function: RNNForward -> Feature Not Implemented.
Closed Ka…
-
I would like to use a data generator and tune epochs and batch size of a BLSTM Model. How do I pass the generator to the trial function?
Batch Generator :
```
def batch_generator(ids, batch_size…
-
为什么训练后测试出现全是O的情况,然后再重新训练测试结果就正常了,两次训练的参数是一样的,为什么会出现差异度这么大的结果呀?
-
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
## ❓ Questions and Help
This is issue is same as https://github.c…
-
Task:
Prepare a serious of models to test pre-trained embeddings on affinity binding data.
Models to use:
Graph Neural Net
Densely Connected NN
LSTM
To Consider:
Simple Logistic Regression
…