Skip to main content

Questions tagged [encoder]

Encoder is a software program, device or algorithm that converts information from one format or code to another, for the purposes of standardization, speed, secrecy, security or compressions.

0 votes
0 answers
10 views

Dynamic File Selection for Frame Encoding in HM Encoder

I am currently working on a challenging task and would appreciate some guidance. I need to modify the source code of the HM encoder so that it can select a different file for each frame to be encoded. ...
Ahmad Atwi's user avatar
0 votes
0 answers
18 views

Regression Head for bi-GRU + Transformer Encoder for time series regre

I'm working on a deep learning model that involves a bidirectional GRU (bi-GRU) followed by an Encoder Transformer. My input time series has the shape (batch_size, seq_len, num_features), where ...
Alexandre Benoit's user avatar
0 votes
0 answers
41 views

Very high Jitter Buffer Delay When using Opus Encoder with DTX Enabled

I am working on developing an audio conference call server which uses webrtc to send and receive audio packets. The server stores encoded packets sent by the browser,decodes them and mixes them to ...
Naveen8f23's user avatar
0 votes
0 answers
26 views

Is Normalized Simple Index a Viable Alternative for Positional Encoding in Constant Length Inputs?

I have a question about using positional encoding in transformer models, particularly regarding the suitability of a normalized simple index in scenarios where the input length is consistently ...
PosEncode's user avatar
0 votes
0 answers
40 views

pre-trained model embeddings from Universal Sentence Encoder

I am trying to load pretrained embeddings from Universal Sentence Encoder on TF-Hub. It seems to work only on keras v. 2.15.0. I am seeking help with its implementation on keras v 3.0.5 FYI - I did ...
Nader Afshar's user avatar
0 votes
1 answer
171 views

What are the inputs of the first decoder in the transformer architecture

In the transformer architecture from the original paper, I referred many texts but I couldn't solve this insight. Lets start with input sentence, "The cat jumped." My understanding is, each ...
eddys's user avatar
  • 1,157
0 votes
0 answers
35 views

FFMPEG C Library: Encoding h264 stream into Matroska .mkv on MacOS

FFMPEG C Library: Encoding h264 stream into Matroska .mkv container creates corrupt files Above is the related question, and the answer of allocating memory for extradata of codec context works. But ...
KaisoHHH's user avatar
1 vote
1 answer
50 views

controlling solid state relay by rotary encoder error

I am making this project for my school: a whole fridge using Arduino. I used a ds18b20 temperature sensor, tm1637 to display the current temperature inside and a solid state relay to start the motor ...
youssef samy's user avatar
0 votes
0 answers
19 views

Customize loss function for categorical crossentropy loss

I'm building a spelling correction model with tensorflow.keras. Currently I'm having a bit of trouble with building the loss function. My model gives output as 2 classifiers: One is the detector, ...
Thành An's user avatar
0 votes
0 answers
19 views

how to create a custom module and import it in VISUAL STUDIO CODE

i am working on a real time voice cloning project which uses synthesizer, encoder and vocoder. i don't know how to create a custom modules for them. how do i create or where can i get them from and ...
Sareka Sasikumar's user avatar
0 votes
1 answer
55 views

Android mediacodec avc/h264 encoder always produces 1MB output buffer size

I am trying to use the hardware encoder for AVC encoding on android OMX.qcom.video.encoder.avc My format settings look like AMediaFormat_setString(avc_format, AMEDIAFORMAT_KEY_MIME, "video/avc&...
Sumanth Murali's user avatar
2 votes
0 answers
90 views

Spark Encoders.bean not working for generic class

I have a generic Java class public class Person<T> { private String name; private List<T> attributes; } public class AttributeOne { // some fields } public class AttributeTwo ...
coderz's user avatar
  • 4,971
1 vote
1 answer
77 views

Android media codec: Mismatch between encoder and decoder buffer sizes

I'm trying to implement a transcoding pipeline in Android using mediacodec library in cpp. I have a h265 decoder that is running in surface mode. I changed this to buffer mode by removing the surface ...
Sumanth Murali's user avatar
0 votes
0 answers
14 views

.init is not a function using opus-recorder

I'm programing a react app that has a integration with the what's app api. To be able to send voice messages, I need to get a .ogg codecs=opus or .opus audio file format from my browser, I'm trying to ...
Guilherme Silva's user avatar
0 votes
1 answer
57 views

How can I define this RSC code using poly2trellis in matlab (or python)?

RSC Definition I'm attempting to declare this RSC defined in this diagram using the poly2trellis function. After consulting the documentation for poly2trellis, I initially thought the correct approach ...
Jhonathan Nicolas's user avatar

15 30 50 per page
1
2 3 4 5
42