-
Hi, slundberg,
**versions:**
keras 2.2.4
tensorflow 1.12.0
python2.7.18
CPU
shap 0.28.5
**Code piece:**
```
word_embedding_layer = Embedding(WORD_VOCAB_LEN,
W…
-
Hi Biran,
I've built a fully convolutional UNet architecture for chord recognition. Looking at your code here, I see that you use a GRU for decoding and you get your predictions with a Time Distri…
-
## 🐞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…
-
- 2/28 수요일 22:00
- 1: 16.3
- 2: 16.3.1
- 3: 16.3.2
-
Hey, haven't used artic in a while and I am now getting errors when I get to the medaka step in the pipeline and getting the following error...! Anyone know how to fix?
```
`Running: medaka con…
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Poem generator
:red_circle: **Aim** : To generate poem from a dataset of poems
:red_circle: **Datase…
-
Trained the model using the existing code but when trying to load the model using Skip-thought code:
```
encoder.load_model(configuration.model_config(bidirectional_encoder=False),
…
-
Hi,
I encountered a problem when using your code.
here is the command I used:
```
python script_bin/train_model.py \
--trainer --train-inputs cnn-dailymail/inputs/train \
--train-labels …
-
Hi, all
I have confusion about this:
decoder_hidden = encoder_hidden[:decoder_test.n_layers] # Use last (forward) hidden state from encoder,
should this be
decoder_hidden = encoder_hidden…
-
请问大佬测试过HAN模型吗?我训练的时候会报RuntimeError: CUDA error: device-side assert triggered,请问是什么原因呢?
请帮忙解答,非常感谢!
error log:
0it [00:00, ?it/s]Building prefix dict from the default dictionary ...
hierattnet
B…