Uh oh!
There was an error while loading. Please reload this page.
fixed tuple error - #10216
Conversation
mbrookhart
left a comment
There was a problem hiding this comment.
LGTM, but would you mind adding a test that hits your usecase?
c5cd449 to
03462a9Comparealnah005
commented
Feb 10, 2022
Added 3d input tests |
mbrookhart
commented
Feb 10, 2022
Looks like you have a lint problem. run |
It modified files I had nothing to do with. |
71befc1 to
6454e4dCompareareusch
commented
Apr 5, 2022
@alnah005 it looks like your test failed in CI. do you mind taking a look? could you also clarify the PR title? |
alnah005
commented
Apr 21, 2022
I ran the tests on my end after your message and all the tests in the file are failing. I also ran the tests before my additions and they also failed. Here's the output I got after running without my additions: |
Uh oh!
There was an error while loading. Please reload this page.
AndrewZhaoLuo
commented
May 19, 2022
Appears to be a flaky CI thing. Please push an empty commit to go again |
areusch
commented
May 23, 2022
alnah005
commented
May 24, 2022
alnah005
commented
May 26, 2022
Done! |
AndrewZhaoLuo
commented
May 27, 2022
Thanks! Sorry for the long time to merge :/ |
tuple cannot be set because it is immutable. I was running a network that had a dense layer with 3D input. Very minimal fix!
@mbrookhart