Skip to main content
0 votes
1 answer
68 views

I have a flow that uses a batch process to synchronize data into two target systems after receiving data from a source. The batch contains two steps, and each step is encapsulated inside a try scope ...
S4L4H's user avatar
  • 452
0 votes
0 answers
62 views

I run a daily program to convert a pdf to Excel via pdf2xl. Every once in a while the program runs, but the command icon shows it is still running after everything is done. The clock on the computer ...
Hopsy24's user avatar
  • 11
-1 votes
1 answer
178 views

I have a list of reports that I want to process in batches. However, the reports within each batch should not be too similar to each other - similarity is measured using a specific metric. If two ...
The 5th column mouse's user avatar
0 votes
0 answers
72 views

I am trying to insert data from HBase into Teradata using PySpark. The data is read into a Spark DataFrame and inserts successfully when I limit the DataFrame to 3000–5000 rows like this: df = df....
Muhammad Affan's user avatar
1 vote
2 answers
120 views

I have a Spring Batch application, where I transfer data from one database to another (the target DB is PostgreSQL, with enough space). I'm executing the following query: SELECT s.name, s.brand FROM ...
RafalQA's user avatar
  • 141
0 votes
0 answers
77 views

Short story: saved pictures from phone to computer, preserved last modified date, destroyed created date. So in wanting to restore them to the phone, and preserve the order in which they were made in ...
Colin's user avatar
  • 53
0 votes
1 answer
181 views

I have a script that imports sheets from one project to another by way of the script ID. It's a very large script so it would not be feasible for me to condense it down to a MRE because I do not know ...
J_code's user avatar
  • 357
0 votes
1 answer
205 views

Issue with Azure OpenAI Batch Processing API I'm trying to use the batch processing API provided by Azure OpenAI. I followed the official documentation here. Steps I've taken: Created an Azure OpenAI ...
Sifaw Ahil's user avatar
0 votes
0 answers
508 views

Context I am working on a semantic search application and using Qdrant to store three types of embeddings per document: Dense embeddings (from OpenAI) Sparse embeddings (from Qdrant/BM25) Rerank ...
Himanshu Gupta's user avatar
1 vote
1 answer
273 views

Is there a way to send faces to the find function in parallel in face recognition? (I want to create a batch processing or multi-processing mode so that I can process multiple faces on the GPU at the ...
parsa's user avatar
  • 11
0 votes
1 answer
47 views

I have a routine in SAS that runs intraday, periodically updating data in table A. I would like to identify the batch of data by the timestamp column and increment it with each data update throughout ...
Deivid's user avatar
  • 67
0 votes
0 answers
58 views

I'm using PyTorch Geometric and have a custom Torus class (a subclass of Data) that conditionally initializes attributes such as edge_index, edge_attr, and pos only when no_fixed is False. For example:...
Tommaso Guarniera's user avatar
0 votes
1 answer
201 views

see the following script. It works with GIMP 2.10 but doesn't witch GIMP 3.X. ( define (brightness-contrast-multi pattern brightness contrast) ( let* ( (filelist (cadr (file-...
Barock's user avatar
  • 439
1 vote
1 answer
328 views

I have tried uploading a batch job with unique custom_id for each row in my input file. The job gets validated but completes very quickly and once I check the job only 276/4096 (as shown in the ...
Nandan Thakur's user avatar
1 vote
1 answer
170 views

I am having trouble getting image analysis batch processing to work. I would like to send a list of images to DeepFace to get a list of race, gender, and age predictions. I am calling test functions ...
matth3wV's user avatar

15 30 50 per page
1
2 3 4 5
268