Miguel Varela Ramos

Results 26 issues of Miguel Varela Ramos

added support for required parameters and help descriptions Closes #27

This suggestion is very broad but the idea would be to be able to assign an YACS leaf object to deal with required parameters. This concept could be extended to...

### Description Replace cloud provider specific code in `cortex cluster` commands by using the Terraform API. ### Motivation Make cluster management commands more independent from each cloud provider. Make it...

enhancement
research

checklist: - [x] run `make test` and `make lint` - [x] test manually (i.e. build/push all images, restart operator, and re-deploy APIs)

### Description AsyncAPI currently only supports strings, JSON, and binary payloads. Multipart/form-data is a very common payload type and could be particularly useful for this API type. ### Motivation This...

enhancement
AsyncAPI

## Bug Report **Describe the bug** I noticed a lot of pods with a high restart count and the pod events had several errors with exit code 139 (segmentation fault)....

status: waiting-for-triage

# Description When trying to slim down the tensorflow serving image, the `docker-slim build` command fails. Maybe this is user error, but It is not clear from the documentation what...

Refactor of `DropBlock2D` and `DropBlock3D` in TorchScript, while maintaining backwards compatibility. Fixes #25 **To Do:** - [x] convert DropBlock2D - [x] convert DropBlock3D - [ ] convert LinearScheduler

It would be extremely useful to be able to match based on the existence of a label key, rather than the full label key/value pair. An implementation such as `matchExpressions`...

I've noticed you do a few tricks to separate the high frequency from the low frequency that are not described in the paper: 1) You use an AveragePooling2D layer to...