Siyu Long

Results 6 issues of Siyu Long

Is there a method that supports directly open a file URL like `smart-open`? https://pypi.org/project/smart-open/ ``` open('s3://commoncrawl/robots.txt') ```

Now I can change the endpoint by appending `?endpoint_url=` to the filesystem URL. Is it possible to set the default endpoint in a settings file or programmatically to prevent manually...

I ran following code in `merlin-tensorflow:23.06` image: ```py import sparse_operation_kit as sok import tensorflow as tf class DemoModel(tf.keras.models.Model): def __init__(self, max_vocabulary_size_per_gpu, slot_num, nnz_per_slot, embedding_vector_size, num_of_dense_layers, **kwargs): super(DemoModel, self).__init__(**kwargs) self.max_vocabulary_size_per_gpu =...

question

I installed tensorflow-io 0.28.0 with pip in tensorflow 2.11.0 docker image. However, when using `ArrowStreamDataset`, the following exception was thrown: ``` Traceback (most recent call last): ... arrow_io.ArrowStreamDataset("", [], (tf.float32))...

Since CloudFlare Pages updated their environment, up-to-date CRA is now supported. Consider rewriting.

Official CLI `wranlger` is recommended to deploy Pages projects. Write some instructions about installing with `wrangler`.