all_in_mem: Load all dataset to RAM. It can be enabled when the disk IO of some platforms is too low and the system memory is much larger than your dataset. 🏋️♀️ Training python train.py -c configs/config.json -m 44k 🤖 Inference Use inference_main.py # Example python...