Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix benchmark problem #3762

Merged
merged 15 commits into from
Mar 8, 2022
5 changes: 2 additions & 3 deletions benchmarks/benchmarks/model_speed/bench_rgcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import torch.nn as nn
import torch.nn.functional as F

# from .. import utils
import utils
from .. import utils

class RGCN(nn.Module):
def __init__(self,
Expand Down Expand Up @@ -127,4 +126,4 @@ def track_time(data, use_type_count):

return (t1 - t0) / num_epochs

track_time('aifb', True)
track_time('aifb', True)