Skip to content

running process #1

@suyilei20000703

Description

@suyilei20000703

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions