James Budarz

Results 15 issues of James Budarz

Hi, I'm finding that my ONNX image classification model (loaded with the ONNX package and converted to TensorFlow) works with AnchorImage but not with Counterfactuals or CEM. I've tried providing...

Priority: High
internal-mle

**Describe the bug** Installation in python environment where the [art](https://pypi.org/project/art/) package is already installed causes a conflict. `art` has already been in use for the other package since 2017, and...

enhancement

Hi, I'm experiencing an error in `eli5.show_weights()`, I believe it's where the colors are being computed. I've followed the simplest tutorial (https://eli5.readthedocs.io/en/latest/blackbox/permutation_importance.html) and it's not working with my dataset and...

**Describe the bug** Hi, I'm looking to retain some TF1 compatibility with a TF2 image classifier model by running in graph mode (eager mode disabled) in order to use Alibi's...

**Describe the bug** When switching tabs in the app, the previous tab's content is still visible underneath the new tab's content. **To Reproduce** Steps to reproduce the behavior: Unfortunately the...

bug

One of my device names doesn't show up correctly due to an apostrophe character. ![Screenshot from 2022-08-10 11-02-50](https://user-images.githubusercontent.com/692898/183984791-575c4d34-f37a-4df0-8cd0-8021520def36.png)

**Is your feature request related to a problem? Please describe.** When I raise a PR, I like to have the GitHub Action for black lint my code. However, with large...

T: enhancement
help wanted
C: integrations

I don't see an explanation of `TransactionManager`'s transaction_timeout_ms` in the docs. Is that value a timeout for the context? For example, if you use ``` async for msg in consumer:...

question

I have gunicorn managing a Flask app run using the following docker command ``` CMD gunicorn flask_app:app -b 0.0.0.0:8080 --max-requests 1000 --max-requests-jitter 50 -w 2 -k uvicorn.workers.UvicornWorker --timeout 100 --graceful-timeout...

I'm not sure if you're interested in this change of behavior, but it may be valuable to read a GTFS file partially instead of failing due to a single malformed...