-
File "/usr/local/Cellar/python/3.6.4_4/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/local/Cellar/python/3…
-
Currently, the `Bidirectional` class uses the same positional and keywords arguments for its two children. As such, non-recurrent weights and biases will generally be shared between the two networks, …
-
Hi everyone,
let's suppose I have a bidirectional LSTM encoder which is manually batched, let's also assume that my input sentences may have different lengths and thus I need to add PAD vectors fo…
-
/home/xue/workspace/zhiyong/aster/protos/bidirectional_rnn.proto: 行 1: syntax: 未找到命令
/home/xue/workspace/zhiyong/aster/protos/bidirectional_rnn.proto: 行 2: package: 未找到命令
/home/xue/workspace/zhiyong…
-
处理proto文件夹下的文件总是出错:
(tensorflow) F:\STR\Aster\aster-master>protoc protos/*.proto --python_out=.
aster/protos/rnn_cell.proto: File not found.
aster/protos/hyperparams.proto: File not found.
protos/…
-
aster/protos/rnn_cell.proto:7:3: Expected "required", "optional", or "repeated".
aster/protos/rnn_cell.proto:7:24: Missing field number.
aster/protos/hyperparams.proto:44:3: Expected "required", "op…
-
Running the following file throws an error:
https://github.com/tflearn/tflearn/blob/master/examples/nlp/bidirectional_lstm.py
ValueError: Shape (128, ?) must have rank at least 3
Setup:
win7 6…
-
```
import jax
import jax.numpy as jnp
from jax.experimental import rnn
batch_size = 8
input_size = 8
hidden_size = 4
num_layers = 1
bidirectional = True
num_directions = 2 if bidirectional…
-
Hi,
I downloaded `hierdec-mel_16bar` checkpoint from [magentadata]( https://storage.googleapis.com/magentadata/models/music_vae/checkpoints/hierdec-mel_16bar.tar).
I was attempting to continue t…
-
When I import tflearn, there have problem like that:
import tflearn
Traceback (most recent call last):
File "", line 1, in
import tflearn
File "/home/lt/anaconda3/lib/python3.5/s…