-
Notifications
You must be signed in to change notification settings - Fork 10
dependency on official ogb #4
Copy link
Copy link
Closed
Description
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, EvaluatorAlso ogb is not listed in the requirements.txt file, so is the official ogb a dependency?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels