Hi ConvolutedSealion94 , can you please elaborate on what exactly you're trying to do? Also, I'm not sure Preprocess is part of ClearML
clearml-serving needs a "Preprocess" class in a file that is added to the endpoint.
This receives the payload from the server and turns it into something that can be fed to the model. This in out case depends on a data structure that is stored on the clearml server as an artifact. I need to communicate this to the class so it can pick it up and use it when called