data has 119163 characters, 61 unique.
all variable initialized
iter 0, loss: 102.673186
----
.Dt) Bhtfq(CpHsI,G
zYpTTD;.,JdB lOU
qi.?uy:Erer!
aUhwVBo;rqFLzz:,aQ!BngUi:GbfAWf
A.uvUODoUEqpBHMmoxNAGoCm"AeIlyGy
LvIMU'PfajH)njUcz,LQgi?AbF(aSGArCEWtLpDP;DINryil?LJW)IWAbtDpnt'ynq b
o?!CSSMS'(zgPeNlt
----
iter 100, loss: 93.292775
----
akn'ifudvyAVip hEyniqheuYan i.
Guke,if;zob plo;nvg iuu;"iw;xaw; se xu
s,SieYofeYmt Fxak(yQ(obCYeFlyeePcdiheyzcn!hl;biS oupbdUubiirknoce;ooki"S yrW h.t
:ope,uarSSf;gFan za "iad 'feylJ ify:kff-AMsn oge
----
iter 200, loss: 84.733920
----
slgisnfrgenug?ertrctss fdtn aehsa eeubs l voo o qe wuvepon eyoh owseaea ilbaee neau as tfnnb s h ehetWaieefa teaai rbeYa g t tleeie nsellaad gH oh lcneide e seheosi nttieta 'tuzs tkaicgdgrhnoks
----
iter 300, loss: 76.980630
----
ftamtucmn np ekhaunaopg tye evod"cso e delueiinnce cumme"sotlmce new g demtaTt,astpee c s, ay e ,y aifoiGtabniiogm
gs fdiroo
eyp
oei,srh maeuettob m eukrdGaem EVo ec ,homo u d,s hlief sneoicp g
----
---------------------------------------------------------------------------
KeyboardInterrupt Traceback (most recent call last)
<ipython-input-3-ee6ab1f0572d> in <module>()
95 feed = {input_data: x, target_data: y, initial_state: state}
96 # Run a session using train_op
---> 97 [train_loss], state, _ = sess.run([cost, final_state, train_op], feed)
98 smooth_loss = smooth_loss * 0.999 + train_loss * 0.001
99 # sample from the model now and then
/Users/damienhenry/code/jupyter/lib/python2.7/site-packages/tensorflow/python/client/session.pyc in run(self, fetches, feed_dict, options, run_metadata)
338 try:
339 result = self._run(None, fetches, feed_dict, options_ptr,
--> 340 run_metadata_ptr)
341 if run_metadata:
342 proto_data = tf_session.TF_GetBuffer(run_metadata_ptr)
/Users/damienhenry/code/jupyter/lib/python2.7/site-packages/tensorflow/python/client/session.pyc in _run(self, handle, fetches, feed_dict, options, run_metadata)
562 try:
563 results = self._do_run(handle, target_list, unique_fetches,
--> 564 feed_dict_string, options, run_metadata)
565 finally:
566 # The movers are no longer used. Delete them.
/Users/damienhenry/code/jupyter/lib/python2.7/site-packages/tensorflow/python/client/session.pyc in _do_run(self, handle, target_list, fetch_list, feed_dict, options, run_metadata)
635 if handle is None:
636 return self._do_call(_run_fn, self._session, feed_dict, fetch_list,
--> 637 target_list, options, run_metadata)
638 else:
639 return self._do_call(_prun_fn, self._session, handle, feed_dict,
/Users/damienhenry/code/jupyter/lib/python2.7/site-packages/tensorflow/python/client/session.pyc in _do_call(self, fn, *args)
642 def _do_call(self, fn, *args):
643 try:
--> 644 return fn(*args)
645 except tf_session.StatusNotOK as e:
646 error_message = compat.as_text(e.error_message)
/Users/damienhenry/code/jupyter/lib/python2.7/site-packages/tensorflow/python/client/session.pyc in _run_fn(session, feed_dict, fetch_list, target_list, options, run_metadata)
626 else:
627 return tf_session.TF_Run(
--> 628 session, None, feed_dict, fetch_list, target_list, None)
629
630 def _prun_fn(session, handle, feed_dict, fetch_list):
KeyboardInterrupt: