Ellie Y Cheng
Ellie Y Cheng
I'm trying to explain a Cifar10 classification model with CEMExplainer. By messing around with the parameters I got a result for the pertinent negative, but I've been having trouble with...
I ran into errors building on Mac M1 where `owl` can't be installed. The work-around exists [in this PR](https://github.com/owlbarn/owl/pull/609) but it hasn't been merged yet. So until then, running this...
**Describe the bug** Using the official Lark Python parser and using the PythonReconstructor from the [examples](https://lark-parser.readthedocs.io/en/latest/examples/advanced/reconstruct_python.html), list comprehension produces `AssertionError` when the code is valid Python code. E.g. The inputs...