Alejandro Saucedo

Results 125 issues of Alejandro Saucedo

If I run a docker container or attach, the ipython notebook just hangs until the container is stopped. ``` bash docker run -i -t centos:centos6 /bin/bash ``` or ``` bash...

Adding vulkan kompute - Cross platform, mobile enabled GPGPU framework.

When running DeepExplain with `Input` layers, I don't have any problems, but I have several categorical columns that ideally would go through an Embedding column instead. When I run the...

## What happened? When project gets created with Celery and run with Docker, it fails with multiple errors due not having the POSTGRES and REDIS environment variables set correctly in...

docker
bug

Currently if a containerSpec is provided to override the service orchestrator, ie. a container with the name "seldon-container-engine", the replace happens without autmenting current values, and hence everything has to...

Currently the github action for security scans has references to the latest image tags, but the release.py script does not cover this file when performing releases, and hence has to...

The latest 22.1.0 release of psf/black is moving from beta to their new stability policy that ensures more robust and consistent format across versions https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy

Several users have reported issues when running TF models / Pytorrch models in the python wrapper due to the gunicorn multiprocess. This is a known issue and has formal fixes,...

Currently there are three dependencies that are not compiled into the binary, but still have GNU license, and hence are included into the list of licenses that are exported with...

bug