-
Notifications
You must be signed in to change notification settings - Fork 3
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
Users/hc/gnntest #20
base: master
Are you sure you want to change the base?
Users/hc/gnntest #20
Conversation
Fix incorrect assertions that last elements of the forward outputs are 0. However, they should be 0.3x as softmax divide e^(0-1) by a denominator.
@patrickkenney9801 I put a log about a file stat in CuSP (please search "File size: XX" on the log). On my end, tester.csgr was 136. But, this CI/CD test printed 128, which was different from my end. And it failed on |
I can only check the file paths when the ci job is running, I'll check later today |
I confirmed that the path exists FYI if this is what you meant. |
To follow up on this, ci has been extremely bloated lately, maybe this weekend I will be able to attempt this check |
Lemme know when you work on it. One thing that I can try is to add new input graph files not through lfs and check if they work. Now I am 90% sure that this issue is related to files. |
I kicked it off and it worked just fine, the second time it had a hang in the tests: https://github.com/utcs-scea/Galois/actions/runs/8532556268/job/23566845847?pr=20 Kicking it off a third |
Honestly I think that galois just hangs sometimes and that's a fact of life |
@patrickkenney9801 @nicelhc13 Where are we with these tests? |
I say we merge it and accept some flakes |
CI/CD tests were broken due to this PR.