Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
57 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
0 votes
0 answers
66 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
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
190 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
1 vote
1 answer
256 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
0 answers
50 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
1 vote
1 answer
309 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
0 answers
58 views

I'm encountering a UnicodeEncodeError: 'latin-1' codec can't encode character '\ufffd' when attempting to upload Excel files to Google Drive using the Google Drive API's batch request functionality. ...
2_DataCrawlers_Nawaf __'s user avatar
0 votes
1 answer
31 views

I was trying to load the dataset from tensorflow datasets without having it to download locally and process it to a pipeline in batches so i can feed it into my model. I'm not sure if I'm doing it ...
Sid's user avatar
  • 9
0 votes
2 answers
102 views

In my framework, I am having an outer loop (here mocked by the variable n) and inside the loop body I have to perform matrix inversions/multiplications for multiple batch dimensions. I observed that ...
Mathieu's user avatar
  • 332
0 votes
1 answer
136 views

I will be processing hundreds of postscript files and converting them into PNG files with Ghostscript, so I am trying to find a way to batch process them in one command. When doing this manually I ...
Amy H's user avatar
  • 21
0 votes
0 answers
123 views

I am using python 3.8 and cx_Oracle 8.3.0. I am using executemany with batcherrors=True but it is not working at all. executemany is just raising an exception for the error occurred at first place and ...
Rohit Mewar's user avatar
0 votes
0 answers
49 views

I am working on a project where I need to preprocess multiple motion capture files stored in .npy format. I am able to load and preprocess individual files, but I am facing difficulties when trying to ...
Mathletes Choreo's user avatar
0 votes
0 answers
21 views

I am trying to add a learning rate scheduler with a finBERT model. However I am getting this error " TypeError: tuple indices must be integers or slices, not dict" while training. #...
B W's user avatar
  • 1
0 votes
1 answer
55 views

I want to run Spring Batch v4 in a multi-JVM instance (each instance on a different machine) and use SQS to distribute the work from master to the worker JVMs (Remote Partitioning) . Once the master ...
Paolo Tormon's user avatar
0 votes
1 answer
179 views

Each week our inventory reporting software outputs 15+ different inventory reports (one for each vendor respectively) in .xlsx format into one folder. All the excel sheets are in an identical format ...
Christian E's user avatar
0 votes
1 answer
110 views

gcovr -v -b -r .^ --xml-pretty^ -o ".\reports\publish\coverage.xml"^ --sort-percentage^ -s ^ --exclude=".*(abcd_|_abcd|-xy|xy_|_xy($|\/)|APK_GENERATED).*" || goto :error When ...
Vandana's user avatar
1 vote
0 answers
22 views

The system has simultaneous batch jobs and online workflows. Consider batch job retrieving unprocessed documents, marking them as processed in the chunk transaction. Chunk processing is required for ...
Tuomas Toivonen's user avatar
0 votes
2 answers
333 views

I'd love to do multiprocessing to speed up the program. My input file contains 30 million rows. I'd love to run 10 processes in parallel. But my file is very large (contains 30 million rows). I'm ...
Cindy's user avatar
  • 1
0 votes
3 answers
117 views

I have written a computationally expensive select query which produces a certain result set. I need to insert this result into a table and the aggregates of this result set into another table. I need ...
Tech de Enigma's user avatar
0 votes
1 answer
529 views

I try to use Azure OpenAI GPT 4o mini batch. I first need to create the batch. I ran: import os from openai import AzureOpenAI client = AzureOpenAI( api_key="[insert Azure OpenAI API key ...
Franck Dernoncourt's user avatar
0 votes
1 answer
416 views

Spring batch partition job which would have been in STARTED status due to server crash. Now if we change the status of both job execution and stop from STARTED to FAILED and call jobOperator.restart(...
Shreyas Holla P's user avatar
2 votes
0 answers
159 views

I am using Spring batch for my spring boot application. After I schedule the job in the background, i want to stop the job. I am using following to stop the job jobOperator.stop(jobId) Job is going ...
Galet's user avatar
  • 6,379
0 votes
1 answer
587 views

I am using llama3.1:8b for answering questions based on given context. Doing this iteratively for 20,000 takes too much time. Is there any batching solution for single gpu? I am using it through ...
Madhav Kendre's user avatar
-2 votes
1 answer
99 views

I am trying to convert SAFECAST API JSON to a CSV suitable for spreadsheet programs like Excel etc. to prepare some data summaries etc. I have semi-manual WGET script to download several JSON files ...
Juhele's user avatar
  • 117

1
2 3 4 5
81