Skip to content

Instantly share code, notes, and snippets.

View chrisHuxi's full-sized avatar

Xi Hu chrisHuxi

  • China
View GitHub Profile
# Working example for my blog post at:
# http://danijar.com/introduction-to-recurrent-networks-in-tensorflow/
import functools
import sets
import tensorflow as tf
from tensorflow.models.rnn import rnn_cell
from tensorflow.models.rnn import rnn
def lazy_property(function):