hunkim / word-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
MIT License
1.3k stars 493 forks source link

add storage.py & test #23

Closed sunxiaobiu closed 8 years ago

sunxiaobiu commented 8 years ago

to run the sample: python storage.py

hunkim commented 8 years ago

I don't think this is a solution. You need to modify existing code to make it work with the gs file system. Did you read the hints I provided? On Fri, 4 Nov 2016 at 6:37 PM, sunxiaobiu notifications@github.com wrote:

to run the sample:

python storage.py

You can view, comment on, or merge this pull request online at:

https://github.com/hunkim/word-rnn-tensorflow/pull/23 Commit Summary

  • add storage.py & test

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hunkim/word-rnn-tensorflow/pull/23, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3DV2LAdu5SbF1iMqpwT2t4Lku7AEgbks5q6wrbgaJpZM4KpZR_ .

sunxiaobiu commented 8 years ago

According to the hints you mentioned before, I have commit the code that change native python IO to tensorflow.python.lib.io.

hunkim commented 8 years ago

Did you test this code? I am not sure this is even working.

sunxiaobiu commented 8 years ago

I am so sorry that I haven't test the code because in mainland China, my credit card can not successfully register the google cloud platform account. So I haven't got a avaliable static bucket name to use.