Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcampos7 authored Feb 5, 2018
1 parent eb3e092 commit 125d20d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ rnn_outputs, updated_states = rnn_outputs.h, rnn_outputs.state_gate
budget_loss = tf.reduce_mean(tf.reduce_sum(COST_PER_SAMPLE * updated_states, 1), 0)
```

### PyTorch version

[This repository](https://github.com/gitabcworld/skiprnn_pytorch) contains a PyTorch implementation of Skip RNN by Albert Berenguel.


## Acknowledgments

Expand Down

0 comments on commit 125d20d

Please sign in to comment.