Quan (Andy) Gan

Results 13 issues of Quan (Andy) Gan

## πŸš€ Feature Support neighbor sampling without neighbor deduplication, examples including TGATSampler and KGCNSampler. ## Motivation The current neighbor sampling implementation by default will deduplicate the neighbors after sampling to...

### πŸš€ The feature Allow users to override existing functional APIs on their own DataPipe subclasses. ### Motivation, pitch Consider the use case where I iterate over a tensor in...

### πŸ“š The doc issue I was trying `torchdata` 0.4.0 and I found that shuffling with data pipes will always yield the same result across different epochs, unless I shuffle...

After I made a submission to node classification leaderboard, the interface is stuck at 100% upload and a greyed-out "Evaluating" button forever without returning any results. Is there any issue...

## Description This PR extends the `prob` argument of `sample_neighbors` to accept a boolean tensor to represent which edges are eligible for sampling. It also adds a `mask` argument to...

## πŸš€ Feature (This is not really a "feature" request, but more like a code organization and refactor request) Clean up, organize, and document all the internal utility functions DGL...

Refactor

## πŸ”¨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...

We are missing a lot of unit/nightly tests, particularly under different build settings. This include: * Different CUDA versions * `-DBUILD_TORCH=ON|OFF` (related: #4450 ) * Windows GPU tests * Linux...

CI/CD

Consider three atoms `A -- B -- C`, where `A` and `B` are connected within the same clique `C1`, and `B` and `C` are connected but belonging to different cliques...