-
[apache/spark@fb67ce2680](https://github.com/apache/spark/commit/fb67ce2680) adds a bunch of new metrics for push based shuffle. Do we care about this in our shuffle code?
-
### Background:
Our data is quite large and varies in size. With a size limit of 100 MB, there will only be 8 or 9 samples per shard. I have noticed that many duplicate shards are downloaded on dif…
-
**报错信息如下**
```
Traceback (most recent call last):
File "/data1/bert4rec/bert4rec-main/scripts/bole/loaddata_run_product.py", line 5, in
config, model, dataset, train_data, valid_data, test_…
-
Hello, Laurens, this is a fantastic script. Thank you.
This is not a bug report, more like a question: Is there a maximum number of songs that we can have in a single folder?
I have not tested …
-
The current repeat and shuffle buttons while visually unique may be un-intuitive for new users. A new design may be better. Feel free to give your feedback and or submit a design proposal.
Conside…
-
### Describe the issue.
Clicking on published worlds also selects the shuffle tab
### To Reproduce
Click on the published worlds tab and you'll notice that the shuffle tab is also highlighted
### …
-
Implement gloabl_shuffle function. This corresponds to the following function definition in the regular bag:
`void global_shuffle(RandomFunc &r);`
`void global_shuffle();`
This is a step towards comp…
-
Implement local_shuffle function. This corresponds to the following function definition in the regular bag:
`void local_shuffle(RandomFunc &r);`
`void local_shuffle();`
This is a step towards comple…
-
On the front page, the latest talks are shown and a link is provided to "see all talks" When you visit this page, the videos don't match the front page and are static. I propose that this should be th…
-
Why disable shuffle in train dataloader? It is strange since random shuffle in training is standard practice. Furthermore, I try to finetune SeeSR in my data, the results become even worse than pretra…