You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the iBVPNet model. Specifically, I use 'PURE-PURE-iBVP-iBVPNet.yaml' to use the iBVPNet model. Due to the collective size of the data, I only used a portion of the two data sets described. I ran the model training and validation all right, but I ended up with the following error, and the folder 'saved_test_outputs' was not found, and the generated folder 'saved_test_outputs' was empty. I would like to ask you, what is the reason? Have you encountered it?
The text was updated successfully, but these errors were encountered:
I think this is because of your sample size (in this case, number of videos in the test dataset) is too small, and therefore the covariance matrix for the Pearson correlation calculation isn't well-defined. Can you try increasing the test dataset to perhaps add a few more videos (perhaps two more on top of the existing two)?
Alternatively, in the TEST section of your config file, you can just remove the Pearson metric. That should avoid this error and allow you to see the additional test-time outputs.
I'm using the iBVPNet model. Specifically, I use 'PURE-PURE-iBVP-iBVPNet.yaml' to use the iBVPNet model. Due to the collective size of the data, I only used a portion of the two data sets described. I ran the model training and validation all right, but I ended up with the following error, and the folder 'saved_test_outputs' was not found, and the generated folder 'saved_test_outputs' was empty. I would like to ask you, what is the reason? Have you encountered it?
The text was updated successfully, but these errors were encountered: