Joost van Doorn
Joost van Doorn
Is there any way to move this forward? There are some libraries that do not expose fsspec storage options because they assume the anon=False logic like in s3, and I...
For those interested in this https://github.com/fsspec/filesystem_spec/pull/1194 provides a generic alternative solution (make sure to update fsspec as it's pretty recent addition). You can pass a default argument to FSSPEC for...
> In your example, with `batch_size == 32` you get `full_iterations == 3`. That is why your pipeline returns only 3 iterations and you loose samples beyond. So to make...
Any update on this?
@scheng123 An equivalent implementation is also merged into https://github.com/torch/rnn/ with the name SeqGRU.
ZeroMQ 4.x is supported as per a335ef06256146637e81e4d034be08c93b6f724b, but it doesn't work with the latest version of ZeroMQ.
I think the potential for this ecosystem of fsspec / kerchunk / zarr is pretty great in handling large datasets in their original format. I have been using tiff_to_zarr on...
> Just out of curiosity, Is there a reason why you can't have a proper class type hint for it? In some cases type hints are missing when we need...
Sure here you go: ``` python import logging import os, sys import numpy as np from gym_http_client import Client remote_base = 'http://127.0.0.1:5000' client = Client(remote_base) env_id = 'Copy-v0' instance_id =...
To elaborate on this _get_space_properties does not seem to be fully implemented to support all properties, see: https://github.com/openai/gym-http-api/blob/master/gym_http_server.py#L92