Robin Schmitt

Results 5 issues of Robin Schmitt

When using the config in: https://gist.github.com/robin-p-schmitt/41da5e1274ccb93be22881f2f1fe91ba, I have the problem that the model does not converge at all. When looking at the learning rate file: ``` 1: EpochData(learningRate=0.0001, error={ 'dev_error_ctc':...

The network is: ``` network = { "output": {"class": "rec", "from": "data", "unit": { "start": {"class": "copy", "from": "prev:output"}, "slices": {"class": "slice_nd", "from": "base:data", "start": "start", "size": None}, # [B,T[B],slice[B,T],D]...

good first issue
TensorFlow

This is the corresponding test case for #758

When the layer is inside a recurrent loop, uses a mask which depends on the previous output and has an input which is not dependent on the output, then there...

good first issue

This is the corresponding test case for #755