Hao Hao Tan

Results 9 issues of Hao Hao Tan

Allow sampling rate in sonify_midi to be parameterizable when calling predict_and_save, instead of a hard-coded 44100 Hz.

### Description Increase JVM memory limit to 16G to avoid crashes when custom building Android .aar packages. ### Motivation and Context Fixes https://github.com/microsoft/onnxruntime/issues/19584.

### Describe the issue Following [the custom build command for Android](https://onnxruntime.ai/docs/build/custom.html#android), I frequently run into build crashes at random places within the build process. One example (stack trace truncated as...

platform:mobile

Hi @DBraun. Thanks for this wonderful repo, it was truly a great tool for me to automate some workflows in my project! I am recently working on using DawDreamer on...

enhancement

**We are in dire need of proper CI!** Given the amount of content we have now in this repo, and the importance of correctness in calculating each score, CI is...

enhancement

The following error is thrown in the original code using later versions of Lightning (e.g. 2.2.1): ``` TypeError: The classmethod `EfficientSpeech.load_from_checkpoint` cannot be called on an instance. Please call it...

I faced some deadlock issue when running with more than 4 dataloader workers, analyzed and found that the issue is due to stuck in TF functions in `spectrogram.py`. TF can't...

All configs related to calculating F1 within validation step is under `eval`. Same set of config is used by `test.py`. ``` eval_first_n_examples: Only run F1 workflow for first N examples...

## 🐞Describing the bug Currently in `converters/mil/frontend/torch/ops.py`, for convolution, `pad` is set to None even if all paddings in convolution/transpose convolution are zeros. See [this line of code](https://github.com/apple/coremltools/blob/main/coremltools/converters/mil/frontend/torch/ops.py#L1143). For several...

bug
triaged