Christian Steinmeyer
Christian Steinmeyer
When trying to run our sacred code in python 3.10, if fails with ```bash Exception originated from within Sacred. Traceback (most recent calls): File "/Users//.virtualenvs//lib/python3.10/site-packages/sacred/utils.py", line 345, in recursive_update if...
### Step 1: Are you in the right place? - [x] I have verified there are no duplicate active or recent bugs, questions, or requests - [x] I have verified...
With dataclasses-json @ `0.5.3` and joblib @ `1.0.1`, I receive empty dictionaries when calling `to_dict()` from inside a delayed parallel job on a dataclass_json (same behavior when using Mixin). Consider...
* PymRMR version: latest * Python version: 3.7.5 * Operating System: Windows 10 ### Description I tried to install pymrmr via `pip install pymrmr` but that failed. ### What I...
[python] Add native python support for JSON (de)serialization (and Parser, IDLOptions, if possible)
I'm using the python wrapper of flatbuffers, available from pypi. As far as I can tell, it only contains a very limited set of functionalities in comparison to the C++...
### 1. System information - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): MacOS Ventura 13.5.2 (22G91) - TensorFlow installation (pip package or built from source): pip - TensorFlow library...
#### For bugs - My shellcheck version (`shellcheck --version` or "online"): 0.9.0 - [x] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086) #### Here's a snippet or...
**Describe the bug** Trying to save a model that wraps a `MultiHeadAttention` layer in a `PruneLowMagnitude`, fails with duplicate dataset name. **System information** TensorFlow version (installed from source or binary):...
**Describe the bug** Cannot `pip install` nightly version of this package **System information** TensorFlow version (installed from source or binary): none TensorFlow Model Optimization version (installed from source or binary):...
If there are multiple input layers (and therefore paths), this early out might return an empty set before all paths are checked. By simply removing it, the path that doesn't...