-
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-11191/2/pipeline
Not much in the error output:
```
test_operator.test_gru_bidirectional ...
(py3) …
-
**Describe the bug**
I was trying to run dialog_qa model on Quac data with default settings, there is a dimension error. The error message is "input.size(-1) must be equal to input_size. Expected 112…
-
We will soon be cutting a final Keras v1 in preparation for upcoming development on Keras v2.
What are some pressing issues that you want to see addressed in Keras v1 before we freeze it? Anything …
-
BiMPM algorithm (https://arxiv.org/pdf/1702.03814) is useful for paraphrasing and inference tasks. I currently have an implementation of BiMPM in allennlp and I have tested it for a while. It is also …
-
Hi!
Seems, I met a bug, and it happens locally with `tensorflow/serving` docker image usage and in `sagemaker batch transform` as their docker image uses `tensorflow_model_server` inside.
As fir…
-
Hi, I am trying to train a Zh->En model using the WMT'17 data (~24M sentences) based on Transformer-Big configuration as follows:
```
$MARIAN/build/marian \
--model $MODEL/model.npz --typ…
-
is there going to be a rnn training example? say how to allocate the `workspace` shared between rnn forward and rnn backward?
-
```
ZeroShotPtrHRED (
(embedding): Embedding(1899, 200, padding_idx=0), parameters=379800
(utt_encoder): RnnUttEncoder(
(embedding): Embedding(1899, 200, padding_idx=0)
(rnn): Encoder…
-
-
The regularization specified in the bias_regularizer, kernel_regularizer and recurrent_regularizer parameters in the definition of the GRU unit wrapped by the Bidirectional wrapper appear not to be ap…