Miguel Méndez
Miguel Méndez
Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. The bug has not been...
I am trying to update my project using a branch from the source repo. So I run the following command: ```console $ cruft update -c [branch-name] Apply diff and update?...
It seems JPT does not work well with [Lazy loading](https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading). I have the following preset: ```yaml media_queries: mobile: 'max-width: 767px' desktop: "min-width: 768px" presets: pimage: formats: [webp] widths: [400, 600,...
GatherAndScatterMixin: TypeError: slice indices must be integers or None or have an __index__ method
**Describe the bug** I am trying to convert an ONNX model exported from [mmdetection](https://github.com/open-mmlab/mmdetection) framework but I am getting this error: ``` 2021-07-24 13:24:50.300861: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library...
We should add this package to conda-forge, it should be very simple since it is already in pypi so the grayskull recipe generator can be used (more [here](https://github.com/conda-forge/staged-recipes#grayskull---recipe-generator-for-python-packages-on-pypi))
Hi, this is somehow related with #14. I am trying to build an image using the [build-push action](https://github.com/docker/build-push-action) for Nvidia Jetson architecture (linux/arm/v8). I have a very simple dockerfile: ```docker...
Add test that ensure typer CLI works as expected. See [typer docs](https://typer.tiangolo.com/tutorial/testing/#test-the-app)
/kind feature **Describe the solution you'd like** I would like to be able to deploy a custom model server (i.e. using a custom torchserve image) and access to it through...
### What is the feature? Just noticed that when running mmseg with a pretrained model and a test set to evaluate its performance, the final metrics are not logged in...
I have a very simple script that observes a directory and sends me some message through rocketchat on FileSystemEvents. It works as a charm for a while but it stops...