This website works better with JavaScript.
Home
Explore
Sign In
ommi
/
Graph_Transformer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
train function
master
Yassaman Ommi
4 years ago
parent
34fc982f1f
commit
c165618760
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
2
2
GraphTransformer.py
+ 2
- 2
GraphTransformer.py
View File
@@ -210,9 +210,9 @@ class Hydra(nn.Module):
return mlp_output
''''
""""
hala train
''''
""""
def build_model(gcn_input, model_dim, head):
model = Hydra(gcn_input, model_dim, head).cuda()
return model
Write
Preview
Loading…
Cancel
Save