Christian Versloot

Results 35 comments of Christian Versloot

I may be a bit late here, but I'll add my two cents for the sake of a hopefully valuable addition for future readers. Besides the practical side of things...

Fair enough Robert. Any tips?

Augmented issue desciption with full steps towards installing `ncdump-json` with compatible cmake version.

Replace `quiver_engine/file_utils.py` with ``` import re from os.path import relpath, abspath from os import listdir import imageio from quiver_engine.util import deprocess_image def save_layer_img(layer_outputs, layer_name, idx, temp_folder, input_path): filename = get_output_filename(layer_name,...

Facing the same issue. In addition, my app's notification listener does not show an alert when I tap the alert in the notification center.

Correct, but that was for SageMaker orchestrator. There, I believe we limit name length to circumvent this error. It could perhaps be inspiration for a fix here :)

Is there room for discussion regarding this idea? We are currently benefiting greatly from the fact that it's allowed to provide `instance_type` via `SagemakerOrchestratorSettings`. Internally, we've defined a procedure where...

Thanks, looking forward to reading your thoughts! We are in the very early stages of ZenML adoption - installed ZenML and created a local orchestrator and S3 based artifact store...

I think it would be a good idea to apply a similar solution as you've used for the `AirflowOrchestrator` for the simple reason that this then becomes a standard way...

I would agree with the `operator_settings` approach as well as the let's see later approach to avoid building an overengineered solution. Design-wise, do I understand correctly that below is an...