Alejandro Aristizábal

Results 41 issues of Alejandro Aristizábal

Right now it is not possible to pass a file as output parameter to a task if that file doesn't exist already. In this cases, the only solution I've found...

Is there any way to stream audio to `pedalboard` through ASIO drivers? I can't see devices available through ASIO when looking at input and output device names. This is really...

At the moment, passing GPUs to docker does not automatically set the `CUDA_VISIBLE_DEVICES` environment variable within the container. This variable is needed in some situations, and it has a direct...

When I try to run a basic MLCube passing the `--gpus` parameter, I get an error `mlcube.errors.ConfigurationError: Unknown keys: ['--gpus']. Namespace = runner.` I've tried different ways of passing the...

Trying to run a docker MLCube on windows fails because of unsupported imports. This happens because `spython`, the singularity python API, tries to import `pwd`, which doesn't exist on Windows....

This PR implements the code for a Hello World example, using the MedPerf MLCube project structure and manifest template. TODO: Readme

This PR contains an example for using MLCube with CheXpert. Based on the config v2.0 It includes tasks for: - downloading the model (`download_model`) - simple preprocessing example (`preprocess`) -...

This PR includes the necessary changes for running a preparation dashboard for their mlcube/experiment. Although at the moment is somewhat targeted to RANO, small tweaks may be done to make...

type: enhancement
component: client
project: RANO
topic: UI/UX

status: waiting for experiment leads to decide on weather this is OK

**Describe the bug** In some strange edge cases, the `.jwks` file that resides in `~/.medperf_config/.tokens` can end up empty. When that happens, Authentication fails, as medperf tries to read this...

type: bug
component: client
project: Core