#!/bin/bash
for (( i=0; i<=250; i++ ))
do
   python train_models.py --partition=$i
done