qdlmcfresh

Results 9 issues of qdlmcfresh

Add pen support for #17 Touch is not implemented yet and at the current stage i think it will only compile on windows. Since the coordinates sent by the event...

Im in the process of updating my fork and noticed weylus was crashing after merging your changes from master. So i tried out the latest windows build from your CI...

Hi, im trying to integrate this in a petalinux project. Im getting the following error while compiling: ``` log DEBUG: Executing python function extend_recipe_sysroot NOTE: Direct dependencies are ['/home/qdl/thanna/thannaOS/components/yocto/layers/poky/meta/recipes-core/glibc/glibc_2.36.bb:do_populate_sysroot', '/home/qdl/thanna/thannaOS/components/yocto/layers/poky/meta/recipes-devtools/cmake/cmake-native_3.24.2.bb:do_populate_sysroot',...

Fix https://github.com/akamai/akr/issues/29

```log ❯ systemctl --user status akr × akr.service - akr Loaded: loaded (/home/qdl/.config/systemd/user/akr.service; enabled; preset: enabled) Active: failed (Result: exit-code) since Mon 2022-12-05 22:44:33 CET; 20s ago Duration: 211us Process:...

Variable names with spaces caused crash when disabling a request after reaching the crash threshold with: ``` FuzzowskiRuntimeError(f'Invalid path name: {path_name}') fuzzowski.exception.FuzzowskiRuntimeError: Invalid path name: read_holding_registers.start address ```

im getting the following error after epoch 15 is finished in this codeblock: ```python from qkeras.autoqkeras import AutoQKeras autoqk = AutoQKeras(baseline_model, output_dir="autoq_cnn", metrics=["acc"], custom_objects={}, **run_config) autoqk.fit(train_data, validation_data=val_data, epochs=15) aqmodel =...

I wanted to run this in a container. If you find it usefull feel free to merge

https://github.com/google/qkeras/blob/dc0bce96c269750ca21f8fc0c44864011d7cdc43/qkeras/quantizers.py#L1287 states that leaving `alpha` at the default value of `None` should result in `alpha` being set to `1`, but that's not the case which leads to unexpected behavior in...