-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AssertionError: dimension is not of square shape. #7
Comments
I am facing the same error. It seems "len(repeated_labels) ==(filtered_instances_nos * filtered_instances_nos)" is not reasonable, can you explain why "#ensure that the vector sizes are of filtered_instances_nos * filtered_instances_nos"? |
Hi, I am facing the same error too. Have you solved this problem? |
I find a solution to run this code.
|
It works for me, thank you for your solution. |
Thank you for your solution. It is works. |
Hi,
I am trying to run your code but it is giving me this error:
Steps to reproduce:
process_fewnerd.sh
script## training with toy evaluation for sanity check
section inexec_container.sh
scriptexec_container.sh
script with theintra 0 5 5
as command line argumentsCan you please help me in resolving this error? Thanks!
The text was updated successfully, but these errors were encountered: