Hugo Flores García

Results 7 issues of Hugo Flores García

I'm getting an error during pip install: `urllib.error.URLError: ` I'd appreciate the help! :) console output: ``` (openl3_venv) hugoffg is at openl3: >:-) pip3 install openl3 Collecting openl3 Using cached...

Hi! First of all, awesome work! I'd like to be able to load a pretrained model so I can obtain text and audio embeddings (and their gradients). Could you help...

Hi! I'm interested in using the rotary embeddings with `x_pos=True` so my transformer is length-extrapolable. However, I noticed the readme mentions this technique works only with autoregressive transformers. Is there...

``` Traceback (most recent call last): File "/home/hugo/descript/vampnet-v0/scripts/utils/split_long_audio_file.py", line 31, in split_long_audio_file() File "/home/hugo/miniconda3/envs/vampnet/lib/python3.9/site-packages/argbind/argbind.py", line 159, in cmd_func return func(*cmd_args, **kwargs) File "/home/hugo/descript/vampnet-v0/scripts/utils/split_long_audio_file.py", line 20, in split_long_audio_file for sig in...

```py >>> import audiotools as at >>> sig = AudioSignal.wave(100, 1.0, 44100, num_channels=6, shape='sine') >>> sig = at.AudioSignal.wave(100, 1.0, 44100, num_channels=6, shape='sine') /home/hugo/descript/audiotools/audiotools/core/audio_signal.py:376: UserWarning: To copy construct from a tensor,...

bumps the `audiotools` version to `0.7.2`, which fixes a bug related to the files api: https://github.com/descriptinc/audiotools/releases/tag/0.7.2