Skip to content

Using pre-trained model without prompts #22

Open
@agoodge

Description

@agoodge

Hello, I have a few questions:

if args.prompt_ST==1: if args.file_load_path != '': model.load_state_dict(torch.load('{}'.format(args.file_load_path),map_location=device), strict=False)
I see that if using prompt_ST, then the model weights will be loaded from args.file_load_path. Why must we use prompts in order to load model weights? What if we want to test the pre-trained model without using prompts?

What is model_SinCos.pkl for in the model weights? It is not used anywhere in the code.

Do you have the pre-trained prompt pool available so that we can reproduce your results?

Can you explain what X_period is used for? How is it different from the regular data X?

Thanks very much!

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