Prerequisites:
Dump load balance data:
sudo ./dump_lb.py -t tag --old
use
--old
with original kernel without test flag
Automated training and evaluation:
cd training
./automate.py -t tag1 tag2 tag3... -o model_name
Preprocessing: training/prep.py
Training: training/keras_lb.py