Matěj Račinský
Matěj Račinský
So it should be `ObsIterator` -> `AbstractDataIterator` `BatchIterator` -> `AbstractDataIterator` `AbstractObsView` -> `AbstractDataContainer` `AbstractBatchView` -> `AbstractDataContainer` `DataView` ->`AbstractDataContainer` etc.?
Yes, in the end I had less time for this, so I did what I could, but I won't be able to finish this, sorry.
Are you able to run the curl outside of Julia without problems or not?
Would be great if the code and trained models were released.
Hi, I would like to use the Czech language too. I plan to create a new czech voice and then use it in some project. I planned to use the...
Hi, any updates regarding the merge to stable?
Hi, I'm also getting this issue when I build it on dev branch. I can't use the last stable version because of #474 @csandman how did you manage to run...
I'm also thinking if inputs shouldn't be normalized, pixel values for images are in range around [-150,150] and it makes the value of functions for `f` and `g` in `lbfgs`...
I am trying to use the gzip transcoding https://cloud.google.com/storage/docs/transcoding The documentation there literally says `Content-Encoding: gzip` The code I have used properly encodes the data into gzip format, and on...
I know, but AFAIK fsspec does not attempt to decompress it, because the `compression='gzip'` is only at the `'wb'`, because GCP needs to obtain the data compressed, and does not...