-
These destructors will be called during execution in eager mode. It frees the necessary model resources, causing the execution to fail.
`CompilationImplAndroid::~CompilationImplAndroid`
`ExecutionIm…
-
## Current behavior
The eager numeric execution can result in calculations which are way too large to calculate numerically:
```fsharp
9Q ** 99Q ==> "2951266543065275214875348022619773631435927…
-
Copying and pasting the code from the tutorial into a notebook. Works fine through the "#check the top 5 indices" section. In the next section, "eli5.show_prediction(model, doc)" code results in the f…
-
hello, when I run the bash scripts/train_plm.sh, there exit a question:
Traceback (most recent call last):
File "train_plm.py", line 168, in
z_mean, z_log_sigma_sq = image_encoder(img_inp, F…
-
### 🐛 Describe the bug
When using torch.compile on a model that includes the backward pass of torch.cumprod, the compiled version is significantly slower than the eager execution, especially for la…
-
How to solve the problem as i has followed the changes in Tensorflow 2.0 compatibility #1896 but still come out these errors
--------------------------------------------------------------------------…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
l1t1 updated
4 months ago
-
**Short description**
The following code is not working:
```python
dataset, info = tfds.load('oxford_iiit_pet:4.*.*', with_info=True, download=True, data_dir="/tmp/data")
```
Error message:
…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Repro…
-
We want to support multiple backends for `nn`, such as RETURNN, TensorFlow and PyTorch (see rwth-i6/returnn#1264).
This implies, we need to design our API in a way that it works both with eager-mode …