bhack
bhack
This is just a follow-up of https://github.com/keras-team/keras-cv/issues/165#issuecomment-1083502165 @qlzh727 What do you think about adding an extra parameter to the base class for jit_compile? https://github.com/keras-team/keras/blob/master/keras/layers/preprocessing/image_preprocessing.py#L413-L414 So that we could optionally use...
- VSCode Version: insider - Local OS Version: Ubuntu - Remote OS Version: Debian - Remote Extension/Connection Type: Docker - Logs: Steps to Reproduce: 1. Build a project with bazel...
### EasyEffects Version 6.2.5 ### What package are you using? Flatpak (Flathub) ### Distribution Ubuntu ### Describe the bug I'am loading different eq APO audio profiles from autoeq project. I...
### EasyEffects Version 6.1.4 ### What package are you using? Flatpak (Flathub) ### Distribution Debain ### Describe the bug When I import the impulse response WAV in the convolver plugin...
What do you think about anchor-free inspired approaches like https://arxiv.org/abs/1911.07451?
Can we standardize Kepoints regression output instead of using custom code like in [Posenet edgetpu](https://github.com/google-coral/edgetpu/blob/master/src/cpp/posenet/posenet_decoder.cc)? I.e. in [Detection support classes](https://github.com/google-coral/edgetpu/blob/master/edgetpu/detection/engine.py#L24) so that we can naturally handling bbox+kpts regression in objects.
GPU support
I want to start this topic just to discuss how GPU support could be introduced in the library. * [SyCL](https://github.com/keryell/triSYCL/blob/master/README.rst#introduction) (lack of [full opensource compiler support but great c++ integration....
This is trying to figure out/monitor how much time, a build with the remote cache, requires on the [standard Github Action hardware resources](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#cloud-hosts-for-github-hosted-runners).
We had some c++ flags disaligment between c++ and copybara. See: https://github.com/tensorflow/tensorflow/pull/56276#issuecomment-1164500275 We had also many problem about failure reproducibility between OSS and internal test without forcing OSS with this...
It could be nice if we could generate/distribute `compile_commands.json` to better interact with some IDE and our c++ code. I.e. In Bazel and also in Vscode the the official Bazel...