Skip to content

Commit

Permalink
Update mufuru.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rockt committed Jun 8, 2016
1 parent 3060220 commit 4f975b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mufuru.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""
__ ___ ____ ___ __ __
/ |/ /_ __/ __/_ __/ _ \/ / / /
/ /|_/ / // / _// // / , _/ /_/ /
/_/ /_/\_,_/_/ \_,_/_/|_|\____/ v1.0
The Multi-Function Recurrent Unit
"""

import tensorflow as tf
from tensorflow.python.ops.rnn.rnn_cell import *

Expand Down

0 comments on commit 4f975b7

Please sign in to comment.