string-ellipses

Results 4 issues of string-ellipses

I enter the following code to run the main.py ![image](https://github.com/yang-song/score_inverse_problems/assets/126571562/9f9584ff-e898-4ea1-acaa-b5e572fc03f6) and it occured this error: ![image](https://github.com/yang-song/score_inverse_problems/assets/126571562/39c2dc3b-b35c-444b-90c1-0864d0d02911) ![image](https://github.com/yang-song/score_inverse_problems/assets/126571562/7e4e80a2-8c58-4dcd-b05d-33a567db3180) How can I solve it?

When I set use_inverted_noise =True, I found that the evaluation metrics on the validation set are quite high even at the begining of the training phase. Does this potentially mask...

I am confused about the division of training and validation sets, because I see "self.val_data = self.train_data ” in experiment.py (line 184), which seems to cause the training set and...

Thanks for your amazing work, which has inspired me a lot! I am currently trying to apply PromptMR to the calgary-campinas dataset and examine its effects. However, I am facing...