Mingbang Wang
Mingbang Wang
rt。
## Description benchmark: ```txt num_ids: 24, num_workers: 0, drop_last: False, drop_uneven_inputs: False Old: 5.26561164855957 New: 4.075196266174316 num_ids: 24, num_workers: 0, drop_last: False, drop_uneven_inputs: True Old: 5.038467884063721 New: 5.061769247055054 num_ids: 24,...
## Description ## Checklist Please feel free to remove inapplicable items for your PR. - [ ] The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]]) -...
## Description 1. Update `ItemSampler` to support correct stochastic sharding across distributed groups. 2. Modify the logic of `ItemSet.__getitem__()` when index is an iterable of int. Benchmark: https://docs.google.com/document/d/1Pzk2PJoFtTZSu17wTXVK4mqvfrMLAj2xK6fcGC1pwEg/edit?usp=sharing ## Checklist...
## 🔨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...
## Description Add `ItemSet/Dict4` that will later replace current `ItemSet/Dict`. Only add a few test cases because most of the functionalities already have tests covered above. The code can be...
## 🔨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...
## Description First let's take a look at the current code for indexing a HeteroItemSet (occurs in `HeteroItemSet.__getitem__`): ```python elif isinstance(index, Iterable): if not isinstance(index, torch.Tensor): index = torch.tensor(index) assert...
## 🔨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...
I'm working on a project that involves 2 kinds of IDL: ROS2 message and Protocol Buffers (a.k.a., [protobuf](https://github.com/protocolbuffers/protobuf)). [proto2ros](https://github.com/bdaiinstitute/proto2ros) provides tooling to automatically generate ROS 2 message interfaces and conversion...