-
### Description / Steps to reproduce the issue
Hardware timer example (`apps/example/timer`) is broken for some of ARM devices (probably for all ARM chips, but I can't check all of them).
What I h…
-
### What problem are you trying to solve?
`new TextEncoder().encode(input).byteLength` is an order of magnitude slower than alternatives, including Node's `Buffer.byteLength(input)` and even handwrit…
-
I'm scratching my head at the following case, where we're [trying](https://github.com/conda-forge/tensorflow-feedstock/pull/385) to build the most recent tensorflow in conda-forge (tensorflow in itsel…
-
I want to run deepspeech.tflite on NPU and need to get deepspeech-0.9.3-models.tflite in int8 or int16 format. How can I use existing deepspeech-0.9.3-models.tflite float32 type to get an int type?
-
(base) ouster@DESKTOP-5NO99NK:/mnt/c/users/student/my_jupyter/pointpillars$ python train.py --batch_size=2
Traceback (most recent call last):
File "/mnt/c/users/student/my_jupyter/pointpillars/tra…
-
I don't understand what I need to do to run your example in jupyter regarding motion. I built the docker image and when the jupyter starts no motion file is present. I can't do this with my colab or a…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.12
### Custom code
Yes
### OS platform and distribution
Kaggle not…
-
Currently the tile_shape in the flatbuffer executable is hardcoded to 0x0. In runtime we want to use the tile_shape to determine if we want to tilize/untilize a tensor - some ops (like relu) can only …
-
How can I handle this essue.
File "/data/ss/MAST/MAST/models/loss_ops.py", line 270, in geodesic_dists
internal = 0.5 * (torch.diagonal(torch.matmul(R_bin_ctrs, torch.transpose(R,-1, -2)), dim…
-
It would be great if there was an easy way to combine this crate with [ndarray](https://docs.rs/ndarray/0.14.0/ndarray/index.html).
I didn't find an easy way to do this. The way I see it there are …