Tag: Batch

Odd batch

The underground is at medium capacity and I feel jolly from my visit to Oxford Street. A day defined by retail therapy and moments alone. The young man opposite me, in the priority seat, eats his food in starvation mode. I reach for my litre bottle to meet my daily water requirements. I sip it slowl...

Automating Ablation Studies of Deep Learning Models using Batch Script

In this article, we will look at a short example of how we can automate running ablation study experiments on our deep learning models using batch scripts in Windows. Step 1 Create a .bat file in your editor Step 2: Identify the hyper-parameters you want to sweep over in you...

Optimizing AWS Batch Workloads: Concurrent Batch Jobs Execution using Lambda, S3, and ECR

Situation: While working on building Machine Learning models for 70 different countries (with one model dedicated to each country), we encountered the requirement to execute a specific set of post-processing tasks for each of these countries. To streamline this process and enable the concurrent trig...