Rebecca Salganik

Results 6 issues of Rebecca Salganik

**Is your feature request related to a problem? Please describe.** Given your current code version, I am unable to differentiate between songs that are in the Genius database but don't...

When trying to replicate the ChromeDriver example in the documentation, I get the following error : `AttributeError: 'NoneType' object has no attribute 'split'` To reproduce: ``` from selenium import webdriver...

Hello, I am experiencing a series of errors when trying to run the [collab notebook](https://colab.research.google.com/drive/1x4qt_-SLrSSRzOuz7dkuxTK-o4fSoH9n?usp=sharing#scrollTo=9spqf2Fod2o-) provided with the code. First, installing jukebox throws the following error: ``` × python setup.py...

Hi, When I try to run the linked [notebook](https://colab.research.google.com/drive/1x4qt_-SLrSSRzOuz7dkuxTK-o4fSoH9n?usp=sharing#scrollTo=gJgdAeELeIS-) I get the following error when attempting to run patching: ``` patching file /usr/local/lib/python3.7/dist-packages/jukebox/make_models.py Hunk #1 FAILED at 14. Hunk #2...

As the title says, I run into errors when I try to run your code for [jukebox/main.py](https://github.com/spotify-research/llark/blob/main/jukebox/main.py). In particular, the line: ``` top_prior = make_prior(hparams, vqvae, device) ``` Triggers the...

Hi!, Maybe this is a silly question but I'm trying to figure out how to input actual text into the example mentioned in the Readme. ``` wavs = torch.randn(2, 1024)...