Alexander Rodionov

Results 10 issues of Alexander Rodionov

I have exact same issue as #211 (and I can't reopen it) But I use latest version of repo (and Dockerfile) I just followed the [instructions](https://making.lyst.com/lightfm/docs/home.html?highlight=docker#using-with-docker): ```sh git clone [email protected]:lyst/lightfm.git...

I'm using fresh isolated ubuntu: ```bash docker run --rm -it python bash ``` install from pypi fails with ``` pip install pysptk < ... long error traceback ... > note:...

It would be handy to configure `--no-fetch` from `pyproject.toml` or `setup.cfg` for example: ```toml [tool.bumpver] fetch = false ```

It will be cool to get pitch output as f0 1d array (with corresponding time array) instead of midi notes with pitchbends. I want to compare basic-pitch model f0 estimations...

enhancement

Command Line ```console $ pip install --upgrade autopep8 $ autopep8 -i . Traceback (most recent call last): File "/home/tandav/.cache/virtualenvs/pipe21/bin/autopep8", line 8, in sys.exit(main()) ^^^^^^ File "/home/tandav/.cache/virtualenvs/pipe21/lib/python3.12/site-packages/autopep8.py", line 4536, in main...

--- ## Python Code This is working python code: ```python class K: def __init__(self, x, *args, **kwargs): self.x = x; self.args = args; self.kwargs = kwargs ``` after running autopep8...

It would be handy to pass a dict with environment variables: ```py @task() def align_dna_reads_to_genome(): return script(f""" my_command """, env={ 'KEY_1': 'VALUE_1', 'KEY_2': 'VALUE_2', } ) ```

**What this PR does / why we need it**: This PR adds support for using custom metrics export via the`def metrics` method for `predict_raw`-based inference nodes and not add `['meta']['metrics']`...

needs-ok-to-test
v1

Currently crepe requires `resampy>=0.2.0, [6 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "/tmp/pip-install-jlno0zv0/resampy_5f2a2a60b1594dfc8ec1f1e16ad51fdb/setup.py", line 2, in import imp...