MazzMa
MazzMa
# Please make sure all below checkboxes have been checked before submitting your PR. - [x] I have read and understood the [contribution guidelines](https://github.com/thibmaek/awesome-raspberrypi/blob/master/CONTRIBUTING.md). - [x] This pull request has...
* Date you used Cookiecutter PyPackage: 2021-10-17 * Cookiecutter version used, if any: * Python version, if any: 3.9.7 * Operating System: Ubuntu 20.04 ### Description Just changed the config...
Thank you for your contribution, the tool is pretty cool and simple. I tried to reproduce an example using `geopandas` as in the README but I got an error message...
Why is the package listed as `python-louvain` but you have to use it with `import community` ? * It is misleading as people try to do `pip install community` *...
Bonjour, j'ai systematiquement une erreur 400 sur cette pharmacie, ce qui m'empeche de scroller à fond. J'ai tenté de l'exclure avec la commande ci-dessous mais sans effet ``` --exclude-center "Center...
Hi, when running the tutorial `OnnxRuntimeServerSSDModel.ipynb` I have this response from the server ```python response = requests.post(inference_url, headers=request_headers, data=request_message.SerializeToString()) response > {'error_code': 500, 'error_message': 'No model loaded of that name.'}...
Hi, Running the model archiver tutorial available [here](https://github.com/awslabs/mxnet-model-server/blob/master/model-archiver/README.md), I noticed this warning: > Note: For mxnet models, model-name must match prefix of the symbol and param file name. But in...
To my understanding, this would solve the issue describe in #670. It fallback to the first item in the list if the case is not respected. It becomes a problem...