ChangyuLiu

Results 2 issues of ChangyuLiu

### 🐛 Describe the bug """ from torch_geometric.utils import to_dense_adj from torch_geometric.loader import NeighborLoader, ImbalancedSampler target_dataset = 'ogbn-arxiv' dataset = PygNodePropPredDataset(name=target_dataset, root='networks') data = dataset[0] split_idx = dataset.get_idx_split() train_idx =...

bug

HI authors, I appreciate your amazing work. I am using InternVideo2-1B as my work backbone. And want to train a clip model with our customized dataset. Could you provide the...