622 questions
0
votes
0
answers
32
views
The problem with the image output to the screen with the st7567s controller when connected to the arduino I2C(SDA SLC) bus
I have a project on Arduino Mega: a screen with the ST7567S controller and two sensors — a light sensor (BH1750) and a temperature, humidity, and pressure sensor (BMP280 + AHT20). All devices are ...
0
votes
0
answers
20
views
Netty. What may be a reson second processing the same frame?
I have a pipeline definition. My server correctly decodes the frame and generates the appropriate response using the encoder. However, after this, the decoders are run a second time with the same ...
0
votes
1
answer
89
views
synthesizable encoder (non-priority) using system verilog for loop
I have a table of 16 entries where each entry is 4 bits wide. There is a 4 bit input search vector that i have to find in the table and then return the row number of the matched entry. The entries are ...
0
votes
0
answers
210
views
from encoder import inference as encoder ModuleNotFoundError: No module named 'encoder'. Trying to install Voice-Cloning with pip
I'm trying to install the Voice-Cloning Library with pip.
Reference: https://pypi.org/project/Voice-Cloning/
And I get the error in this line: from voice_cloning.generation import *
I get this error: ...
0
votes
0
answers
30
views
Getting data from Aksim 2 encoder using UART
I am an electronics engineering student. I am interested in embedded software. I am stuck in a project I want to do in this field, I would be very happy if you could help me. I am trying to get data ...
0
votes
0
answers
239
views
fastapi jsonable_encoder error when returning sqlalchemy db query results
My fastapi component was working well when I was using Python3.8. Recently, I started upgrading to Python3.12.4 and ended up having issues with fastapi. The fastapi(0.112.2) jsonable_encoder errors ...
1
vote
0
answers
35
views
How to use Encoder predictions for additional loss and gradient calculations (Tensorflow)
Problem
I'm having troubles correctly adding physics-informed losses to my training code for my neural network.
Background
I have an encoder that takes an input curve, X(w), where w is an independent ...
0
votes
0
answers
19
views
STM32 Nucleo-F446RE Encoder Count only printing 0
I am trying to read the output of an encoder using CubeIDE. I have a DC motor with a magnetic encoder attached. When the encoders are measured using a multi-meter the outputs are ranging between 0 to ...
0
votes
0
answers
16
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. ...
0
votes
0
answers
67
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 ...
0
votes
0
answers
160
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 ...
0
votes
0
answers
67
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 ...
0
votes
0
answers
148
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 ...
0
votes
1
answer
945
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 ...
0
votes
0
answers
62
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 ...