Open
Description
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
Labels
No labels