wwx
wwx
simplify the package confiugration file mentioned in PR #431 and issue #429 as mentioned in this issue. I have refactored the files, save only pyproject.toml and requirements.txt. Besides, I added...
Thanks for the convenient and amazing collection for all the grad-cam based method. You just published the 1.4.7 version in June, 15, 2023. As for the changing in setuptool, people...
## Proposal Add a comment system support in the html output like that in jupyter book. Or if it's not necessary in the main project of mystmd, can I build...
When I'm using huggingface `datasets`, I think a good faeture is the IterableDataset create by `load_dataset(..., streaming=True)`. It has `shard`, `shuffle` and `state_dict`, which is useful in multi node training....
### Describe the bug Data duplication in different rank, when process a iterabledataset with first `split_dataset_by_node` and then `interleaved_dataset` ### Steps to reproduce the bug I have provide a minimum...