return mlp_output | return mlp_output | ||||
# train | |||||
"""" | |||||
Train the Model | |||||
Prepare data using DataLoader | |||||
(data can't be batched) | |||||
""" | |||||
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() |