模型量化后,不支持fluid.ParallelExecutor吗?
Created by: dlkht
执行 quant_program = quant.quant_aware(train_prog, exe.place, for_test=False) val_program = fluid.default_main_program().clone(for_test=True) 再训练quant_program,发觉不能用fluid.ParallelExecutor,提示 AttributeError: 'CompiledProgram' object has no attribute '_enable_dgc'