-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello, how does your project run? Can you give me a running process? In the util_fncs.py file, def get_encoder_outputs(dataset_name):
emb_path = f"/Users/ardaaras/Documents/finetune-text-graphs/generator-output/{dataset_name}_embeddings.pth"
cls_logits_path = f"/Users/ardaaras/Documents/finetune-text-graphs/generator-output/{dataset_name}_logits.pth"
x = torch.load(emb_path)
cls_logits = torch.load(cls_logits_path)
return x, cls_logits How the emb_path and cls_logits_path paths in this function are generated is not given in the two path projects.
Metadata
Metadata
Assignees
Labels
No labels