Skip to content

Instantly share code, notes, and snippets.

View totucuong's full-sized avatar
💭
Building something new 🧑‍💻

To Tu Cuong totucuong

💭
Building something new 🧑‍💻
View GitHub Profile
@totucuong
totucuong / gist:70ba07826399d08caf529a312daa5aa2
Created July 16, 2018 14:54
Where the rnn cell is unrolled.
https://github.com/tensorflow/tensorflow/blob/r1.9/tensorflow/python/keras/backend.py
Look for
> @tf_export('keras.backend.rnn')
def rnn(step_function,
inputs,
initial_states,
go_backwards=False,