Benjie Genchel
Benjie Genchel
python has a standard logger library that is not the library that you use in your code. Right now, the logger in the requirements.txt refers to the standard logger library.
I agree with OP. The installation instructions on the website are almost even less clear. There are like 4 or 5 different versions of py in your beta folder and...
Having the same issue
Also just encountered this, using YATS via vim-polyglot. ``` const testClass = "testClassName" const environmentVariables = { // Added a dynamic parameter to force redeployment in the dev stacks TIMESTAMP:...
python 3.11.7 via pyenv MacOS Sonoma 14.1 `>> pip install spleeter` ``` Collecting spleeter Obtaining dependency information for spleeter from https://files.pythonhosted.org/packages/10/0b/1ee10015ae2269c1cd1ae5439ae8d48d8680dd984638b4b787d1e4ce4e6b/spleeter-2.1.0-py3-none-any.whl.metadata Using cached spleeter-2.1.0-py3-none-any.whl.metadata (10 kB) Collecting ffmpeg-python==0.2.0 (from spleeter)...
is this solved or being worked on?
Hey @eunkoh, I'm planning on working on the training code in the near future, so i'll try to answer your questions to the best of my ability. I think it's...
Hey! Thanks for letting us know about this. Would you mind posting your pyproject.toml file here? It would also be helpful to know what system you are running on.
There is! If you take a look at the data loaders in basic_pitch/data/datasets, you can see how the datasets used in the paper were processed for use, and imitate it...
Hey Daniel, one possible explanation for your results (and mine) is that we are both not training on the full set of data used in the paper, some constituents of...