Jelmer Neeven

Results 9 issues of Jelmer Neeven

```python ( isinstance(layer, tensorflow.python.keras.saving.saved_model.load.QuantConv2D) != isinstance(layer, larq.layers.QuantConv2D) ) ``` Unfortunately there is no way to check whether the `RevivedLayer` with name `QuantConv2D` was originally a `larq` layer and not some...

bug

### Feature motivation Rather than relying on the default Metric.reset_state() function to correctly reset all variables that should be reset, we should explicitly have a unit test that verifies this...

internal-improvement

### Proposal Summary When tags are added to a selection of images in the app, the entire view is reloaded. This causes the entire process of adding tags to however...

enhancement

### Feature motivation Let's assume I have an extended model that takes an existing model (both models are zookeeper factories) and adds a bunch of layers on top. The most...

feature

### Feature motivation If you have multiple variants of some kind of component, e.g. multiple preprocessing functions, it would be very nice to store them all in a dictionary rather...

feature

### Feature motivation It's currently possible to define a component with some crucial asserts in the `__post_configure__`, and then use it without configuring it, hence never triggering those asserts. ###...

Hi! This looks like an awesome package so I've been trying to get it running, but whenever I run pytest it now gets stuck forever. I've printed the trace and...

bug

Using [`dustynv/torchvision:r35.2.1`](https://hub.docker.com/layers/dustynv/torchvision/r35.2.1/images/sha256-77924cb1a65245a69ab5a12a2c26829d258c78d3da56eb182c1a618eb5a48fd8?context=explore) on the Orin, I run into NaN issues when performing convolutions on the CPU. Take the following code: ```python import torch import torch.nn.functional as F print("CPU result (no...

**Describe the bug** The docs of https://labelstud.io/tags/polygon describe the use of the `smart` and `smartOnly` tags, as with most other labels. The ML labeling guideline mentions the Polygon and Brush...