Skip to content

Inplace operation in fully-connected reset and update gates #50

@klane

Description

@klane

The current DCGRUCell implementation does not support fully-connected reset and update gates.

raise NotImplementedError(
"Fully-connected reset and update gates not yet implemented"
)

PyTorch raises an exception that one of the variables needed for gradient computation has been modified by an inplace operation, which is caused by:

value += self._ru_biases

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions