How severe does this issue affect your experience of using Ray?
- High: It blocks me to complete my task.
Im trying to disable all preprocessors such as dim reshaping and zero mean. I have set
_disable_preprocessor_api = True
and yet both reshaping and zero mean still occur. Im not sure what Im missing here, the docs made it sound like this was the only setting that needs to be enabled.