Skip to content

dependency on official ogb #4

@FeynmanDNA

Description

@FeynmanDNA

Hi, i noticed in the ./source/ you guys have your own folder of ogb.

I am wondering when the baseline_models code calls the ogb.*, is it calling from the official ogb or from your own source/ogb?

for example in source/baseline_models/node_classification/gnn/gnn.py

sys.path.append(str(Path(os.path.abspath(__file__)).parents[3]))

import argparse

import torch
import torch.nn.functional as F

import torch_geometric.transforms as T
from torch_geometric.nn import GCNConv, SAGEConv

from ogb.nodeproppred import PygNodePropPredDataset, Evaluator

Also ogb is not listed in the requirements.txt file, so is the official ogb a dependency?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions