| return mlp_output | return mlp_output | ||||
| '''' | |||||
| """" | |||||
| hala train | hala train | ||||
| '''' | |||||
| """" | |||||
| def build_model(gcn_input, model_dim, head): | def build_model(gcn_input, model_dim, head): | ||||
| model = Hydra(gcn_input, model_dim, head).cuda() | model = Hydra(gcn_input, model_dim, head).cuda() | ||||
| return model | return model |