Andres Fernandez
Andres Fernandez
Hi! I hacked a GUI to synchronize audio with MVNX motion capture data, and got a suggestion about merging into yours: https://github.com/andres-fr/audio-synch-tool/issues/1 What do you think? The functionality is in...
The interface of the function is ``` def get_performance_dictionary( optimizer_path, mode="most", metric="valid_accuracies", conv_perf_file=None ): ``` But, despite providing e.g. "valid_accuracies", the function returns sometimes the "test_accuracies". The explanation can be...
This is a hybrid of a support/feature request. I have a YAML database that I'd like to make sense of using the amazing `strictyaml`API. The problem is that, on specific...
## Description Bump mechanism requires version to be in multiple files. ## Possible Solution Incorporate `--version-files` flag to `cz bump` instead of hard-reading it from the config. Here we can...
I'm currently reading the 1992 paper by Mallat and Hwang, [Singularity Detection and Processing with Wavelets](https://homepage.iis.sinica.edu.tw/papers/whwang/566-F.pdf), because I'm interested in quantifying how "spiky" a 1D function is at given points....
Hi! Thanks for this amazing work. I've encountered a small issue while downloading the audio data. My first impression is that it is related to files not being available anymore....
As discussed in Issue https://github.com/bytedance/GiantMIDI-Piano/issues/6 of the main repo, as of April 2022 some YT videos are missing, and the download&transcription scripts crash on those. This PR adapts the scripts...
## Issue (feature/bug): Given a linear operator `A`, Python provides the possibility of implementing `__rmatmul__` for adjoint multiplication (`v.H @ A`) as well as the more popular `__matmul__` (`A @...
## Feature request1: Both the Hutchinson and XDiag diagonal estimators, as currently implemented, assume that measurement noise is Rademacher. The reason is that, to normalize unit norm noise, one just...