Add FX based FeatureGraphNet capability

pull/800/head
Alexander Soare 2021-08-12 15:31:02 +01:00
parent 0149ec30d7
commit cf4561ca72
1 changed files with 1 additions and 1 deletions

View File

@ -486,4 +486,4 @@ class FeatureGraphNet(nn.Module):
self.graph_module = build_feature_graph_net(model, return_nodes)
def forward(self, x):
return list(self.graph_module(x).values())
return list(self.graph_module(x).values())