André Pedersen

Results 83 issues of André Pedersen

Memory does not seem to be freed after inference, at least not properly. This was observed using an ONNX model using both TensorRT and OpenVINO (CPU) inference engines. This also...

bug

**System information**. - Have I written custom code (as opposed to using a stock example script provided in Keras): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu...

type:bug/performance

**Describe the feature and the current behavior/state:** Gradient accumulation is extremely useful when working with large images/volumetric data, using low-end hardware, or training on multiple GPUs. For me, the most...

type:feature

This PR adds standardized, overridable logging as referred to in issue #176. The solution is using native python logging. I only added the simple logging solution and replaced all print...

This line of code is causing some headache: https://github.com/vanna-ai/vanna/blob/8c5e05a89d0280082d37c9ef53fdcda384aa247c/src/vanna/chromadb/chromadb_vector.py#L13 The problem is that if you want to store ChromaDB in a docker container, you most likely want to handle all...

To make it more user-friendly for users/contributors reporting bugs/feature requests, it would be great if there was a template to follow. This is quite common in most framework, and this...

**Describe the bug** When attempting to run inference with a ResNet50 patch-wise classifier using FastPathology, it was observed that image size `299 x 299` was not supported. According to the...

bug

Love the project! I have tested it a while back but when I came back to the project yesterday I had a hard time remembering if it was hosted on...