-
### Checklist
- [X] I added a descriptive title (including the requested package **name**, **version**, and **platform**).
- [X] I searched the defaults channels ([Python](https://repo.anaconda.com/p…
-
Motivation
--------------
`any_symbolic_tensors` is called on pretty much all ops and it internally uses `tree.flatten()` to check if any positional or keyword arguments to the op is a `KerasTenso…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.17.0-dev20240517
### Custom code
Yes
### OS platform and distributi…
-
```
soft Windows [Version 10.0.20348.2762]
(c) Microsoft Corporation. All rights reserved.
C:\Users\Administrator>cd Desktop
C:\Users\Administrator\Desktop>cd max
C:\Users\Administrator\Des…
-
add a build matrix for that, and fix the errors.
You shouldn't use that though. It's only to ease taking patches upstream.
Supporting this would have made it easier to take patches to upstream.
But …
-
### 🐛 Describe the bug
```
python -u -m pytest -s -v test/inductor/test_cpu_select_algorithm.py -k test_int8_woq_mm_batch_size_32_in_features_128_out_features_65_cpu_bfloat16
python -u -m pytes…
-
JAX has a [key path API](https://jax.readthedocs.io/en/latest/jax-101/05.1-pytrees.html#key-paths) which makes it easy to index into a pytree. This would definitely be useful for more advanced users m…
suo updated
10 months ago
-
### 🐛 Describe the bug
Reproducing example:
```
>>> import torch
>>> from torch.fx.experimental.shape_inference.infer_shape import infer_shape
Traceback (most recent call last):
File "", lin…
-
https://github.com/quantumlib/Qualtran/pull/986 adds 3 type ignores to qrom bloqs to make mypy happy; but its not clear why these issues arise in the first place.
```bash
Run check/mypy
qualtran…
-
### 🐛 Describe the bug
When running the following code:
```
import torch
import numpy as np
x = torch.tensor(-np.inf)
y = torch.tensor(0.9)
res1 = torch.nn.functional.binary_cross_entropy_wit…