-
I am converting the modules of a transformer model from pytorch to tflite. Here is my conversion code -
```
sample_input = torch.randint(low=0, high=60, size =(1, 32, 512), dtype=torch.float)
s…
-
I'm not sure i understood the way the shuffling work using make_torch_dataloader, i would like to disable shuffling on prediction but it doesn't seem to work as expected, here is how i create the data…
-
## Environment
- **TensorFlow Version**: 2.9
- **Python Version**: 3.9.18
- **Operating System**: [Specify your OS]
## Issue Description
I am trying to deploy a TensorFlow Keras model using Ten…
-
It would be great if the ability to export audio as its own separate audio file was possible when stripping audio off the video, and be able to add append and prefix separately from the video file.
-
Hi team,
I've met the following issue while using Petastorm with Tensorflow Recommenders.
Here is a quick code sample:
```
raw_data = spark.read.load("dbfs:/some/path")
ratings_df = raw_d…
-
Hi Danwild the converter give me an error:
"_exec error: Error: Command failed: converter / b
data / 2019011512.json --names --compact grib-da
"converter" not? recognized as a command in
an exec…
-
**Bug description**
I am running the pretrained MSA transformer (esm_msa1b_t12_100M_UR50S) on some MSAs with different numbers and lengths to generate the representations. Following the example shown…
-
Hi Team,
We are seeing an out of order problem for the requests to opensearch when using `index.write.method=upsert`.
However we don't see this issue when we set `index.write.method=insert`.
…
-
How would I seperate animaitons and make them indiviual using the converter batch script?
-
I've tried several different versions of the following code, all of which work when running locally but hang forever in DataBricks
(single node, 13.3 LTS ML runtime):
```
import os
import pandas…