Train Frame-level model Train usingtrain.py, selecting a frame-level model (e.g.FrameLevelLogisticModel), and instructing the trainer to use--frame_features. TLDR - frame-level features are compressed, and this flag uncompresses them.python train.py --frame_features --model=FrameLevelLogistic...