word-rnn-tensorflow icon indicating copy to clipboard operation
word-rnn-tensorflow copied to clipboard

Support Cloud ML?

Open hunkim opened this issue 9 years ago • 5 comments

We need to change native python IO to support Google Storage, gs://.

Some hits are:

  • http://stackoverflow.com/questions/40133223/pickled-scipy-sparse-matrix-as-input-data
  • https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/lib/io/file_io.py

hunkim avatar Nov 03 '16 08:11 hunkim

@sunxiaobiu Could you take a look at this?

hunkim avatar Nov 03 '16 08:11 hunkim

You can test to use the auto-generated Google APIs Client Library for Python to send requests to the Google Cloud Storage JSON API, using OAuth authentication. The examples are as follows: git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git

sunxiaobiu avatar Nov 04 '16 07:11 sunxiaobiu

I'm not sure this is the solution. Can you change the code and test? On Fri, 4 Nov 2016 at 3:01 PM, sunxiaobiu [email protected] wrote:

You can test to use the auto-generated Google APIs Client Library for Python to send requests to the Google Cloud Storage JSON API, using OAuth authentication. The examples are as follows: git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hunkim/word-rnn-tensorflow/issues/22#issuecomment-258358084, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3DV6asgUrxaLktRxIBeSL6d3tgXjewks5q6thjgaJpZM4KoFrf .

hunkim avatar Nov 04 '16 07:11 hunkim

ok,I will have a try.

sunxiaobiu avatar Nov 04 '16 08:11 sunxiaobiu

Submit a pr first and I'll check the code. On Fri, 4 Nov 2016 at 4:31 PM, sunxiaobiu [email protected] wrote:

ok,I will have a try.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hunkim/word-rnn-tensorflow/issues/22#issuecomment-258370779, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3DV3ZZx7iFAGrkiFXKY2wrIt7qHhiRks5q6u1igaJpZM4KoFrf .

hunkim avatar Nov 04 '16 08:11 hunkim