-
Please can you provide a C# Seq2Seq with Attention Example?
Being new to CNTK and not having much to go from, it is very hard to see how one would approach this.
Thank you so much!
-
-
When i run python -m unittest seq2seq.test.pipeline_test, i get the follow errors:
======================================================================
ERROR: seq2seq (unittest.loader._FailedTest)…
-
我在用data中的小规模数据训练的时候出现了下面的错误,因为数据规模小,所以同时将post和response词表的大小都改成了100,不知道有没有这方面的原因。
```
Caused by op _u'model_with_buckets/embedding_attention_seq2seq_1/embedding_attention_decoder/attention_decoder/…
-
ERROR: seq2seq (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: seq2seq
Traceback (most recent call la…
-
It works perfectly fine with the Greedy decoder. Here is the code
Tensorflow: 1.8.0
```
encoder_emb_inp = tf.nn.embedding_lookup(embeddings, x)
encoder_cell = rnn.GRUCell(rnn_size,name='encoder…
-
I have been LM-Cocktail for merging Language models, specifically the 'mix_models_with_data' function. However, I noticed there are only implementations for encoder or decoder models, not encoder-deco…
-
**What does it mean?**
```
InvalidArgumentError (see above for traceback): assertion failed: [All values in memory_sequence_length must greater than zero.] [Condition x > 0 did not hold element-wise…
-
Not sure whats going on, but when I try the setup I get an error
```
ImportError: Failed to import test module: seq2seq
Traceback (most recent call last):
File "C:\Users\charl\AppData\Local\Prog…
-
## ❔Question
我初始化模型:
```
model = AutoModel('seq2seq', custom_model_params={
"rnn_type": "lstm",
"bi_direction": False,
"rnn_size": 64,
"dense_siz…