-
**Is your feature request related to a problem? Please describe.**
In current codebase, the lz4 codec is used in the spill. zstd should be supported.
**Additional context**
I will do this if …
-
@bonzini forwarded me a request to contribute this here. Thanks Paolo, and thank you Mikolaj for lbzip2.
There's an opportunity to significantly speed up the common case in the inverse MTF transfor…
-
Hi,
I have a question about the result. I run the code (UGformerV1_PyTorch/train_UGformerV1_UnSup.py) with shuffled dataset, and the result decreases sharply compared to the dataset without shuffli…
-
Following up on https://stackoverflow.com/questions/48592049/dask-dataframe-groupby-apply-efficiency/48592529 with an example.
Read data w/ a sorted index column and perform a groupby; shouldn't re…
bnaul updated
3 years ago
-
I'd love to be able to set a seed to then shuffle an array. Where given the same seed, the result of the shuffle will always return the same result.
-
```
Был у меня однажды хардварный mp3 плеер, и в
нем было несколько режимов
shuffle, которые я хочу предложить:
1. Стандартный - такой есть в cuberok сейчас (правда он может иногда один
трек прои…
-
The player in this version is great. The only feature that is missing is the option to shuffle the music in the playlist. We have `play all` option, it would be great if there was `shuffle all` too.
…
-
shuffle_bytes16 is not available on all instruction sets. Using it on unsupported instruction sets can result in errors that are difficult to track. Can we check availability via SIMDPP_HAS_SHUFFLE_BY…
xugng updated
6 years ago
-
> 最近有时差,昨天的任务今天来写 👎 。
昨天写了前天的任务「如何分组」。大家都会需要用到「洗牌」,而关于如何洗有多种算法,其中有一个简洁高效的算法就是 Fisher-Yates Shuffle https://bost.ocks.org/mike/shuffle/ ( 文章和演示都非常棒 )。
在「如何分组」里我写了一个思路,里面有一种重要的点是不断从原来的数组踢除数值,这会导致数组本身重…
-
Hi,
Thank you very much for sharing your code. I downloaded your package and I tried to run it in Ubuntu 16.04 tf-1.1. I have received an error when the function tf.train.shuffle_batch is executed …