We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a112e4d commit d495a22Copy full SHA for d495a22
README.md
@@ -1,5 +1,9 @@
1
# pytorch-adaptive-computation-time
2
3
+
4
+
5
+
6
7
This library implements PyTorch modules for recurrent neural networks that can learn to execute variable-time algorithms,
8
as presented in [Adaptive Computation Time for Recurrent Neural Networks (Graves 2016)](https://arxiv.org/abs/1603.08983/).
9
These models can learn patterns requiring varying amounts of computation for a fixed-size input,
0 commit comments