-
Notifications
You must be signed in to change notification settings - Fork 6
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
ifSatisfied has value 100 for constraints where first argument is False #358
Comments
@AlexWan0 Thank you for preparing the Readme. However I work on Windows and your script is for the Unix environment. Can you please rewrite it in python so it can be executed on any operating system (there is wget package in python if you want to use it). |
@auszok Hi, I've added a download_checkpoints.py file, and default arguments to the argparse statements in the beginning of test.py. |
@AlexWan0 Thank you for updated scripts. |
Yes, I think we just need a way to only get the ifSatisified values with antecedent True. |
Okay, so I return NaN when there is no if LC with antecedent True. |
Hi @auszok Could you please point to the document where we have discussed the output of the verifyresult from datanode, @AdmiralDarius could you please add a link to your document about the verifyconstraint code in the program and a bit of description of what each output from that code represents? It would be good to keep the issues conclusive so that people can later use this in case they have similar problems. |
In each iteration of testing, I expected for only 1 of the 19 ifL constraints should have an ifSatisfied value in the verifyResult dictionary as there is only a single summation value which is True at each iteration. Right now, all ifL constraints in verifyResult have an ifSatisfied value of 100 if the constraints are satisfied and 18/19 constraints in verifyResult have an ifSatisfied value of 100 if the constraints aren't satisfied as it is including ifL constraints where the first argument is False.
The command for running test.py is in the readme in mnist-arithmetic-2.
The text was updated successfully, but these errors were encountered: