Skip to main content
Filter by
Sorted by
Tagged with
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 ...
Ler04kaTrap's user avatar
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 ...
Konrad Groń's user avatar
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 ...
Ajay's user avatar
  • 1
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: ...
Leon Hausmann's user avatar
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 ...
Ayşegül Yılmaz's user avatar
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 ...
TOI 700 e's user avatar
  • 197
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 ...
tsf44's user avatar
  • 13
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 ...
user26552408's user avatar
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. ...
Ahmad Atwi's user avatar
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 ...
Alexandre Benoit's user avatar
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 ...
Naveen8f23's user avatar
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 ...
PosEncode's user avatar
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 ...
Nader Afshar's user avatar
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 ...
eddys's user avatar
  • 1,187
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 ...
KaisoHHH's user avatar

15 30 50 per page
1
2 3 4 5
42