Top "Batch-processing" questions

Batch-processing refers to programmatic execution with minimum human interaction.

Recursively batch process files with pngquant

I have a lot of images that I would like to process with pngquant. They are organized in a pretty …

image terminal png batch-processing
Best way to insert a good amount of records in hibernate

I'm using hibernate + play! framework at work, is there a "best practice" on inserting a good amount of records using …

java hibernate batch-processing
What is "epoch" in keras.models.Model.fit?

What is "epoch" in keras.models.Model.fit? Is it one gradient update? If it is more than one gradient …

machine-learning keras batch-processing
Spring Batch - A job instance already exists: JobInstanceAlreadyCompleteException

I wrote an easy scheduler included in my Spring Application. I run my local server and after few seconds, in …

java spring batch-processing
bat function to find a file in folder and subfolders and do something with it.

I need to find all files with specific filename(for example main.css) in folder and all subfolders and then …

windows batch-file find batch-processing
Windows batch to add prefix to file names, why added twice?

In order to add a simple "hello" prefix to all pdf files in a folder I'm using this batch file: …

windows file batch-file batch-processing prefix
Batch OCR Program for PDFs

This has been asked before, but I don't really know if the answers help me. Here is my problem: I …

pdf ocr batch-processing
How to delete multiple db entities with Nhibernate?

What is the best practice for this problem? Is there any batching features built-in? Sample code: using (ITransaction transaction = _session.…

c# nhibernate hibernate batch-file batch-processing
How can I hide ms-dos window when running a .bat file?

I am running a .bat file for my script (Scheduled Tak (CronJob)) per minute. When it runs, windows command prompt …

windows windows-7 batch-processing batch-file
How to submit a job to any [subset] of nodes from nodelist in SLURM?

I have a couple of thousand jobs to run on a SLURM cluster with 16 nodes. These jobs should run only …

cluster-computing batch-processing slurm sbatch