Raghav Patnecha
Raghav Patnecha
I think there is an issue if you change sheet name, change it back to 'Sheet1' and it will work.
make sure your permissions are set and your code is authorized to access the sheet. Or if that doesn't work try changing the version. You need to save a new...
You can use uber developer site to get the tokens. Use Postman to request from the rest api. All the instructions are given on uber's site.
Also, I don't think it will work on raspberry pi
@Navin456 I have pushed the latest zip. Let me know if that works for you. Thanks
Can you check now.
Have you enabled the sports module on the houndify website
`soundstream = SoundStream.init_and_load_from('/content/results/semantic.transformer.0.pt')` `trainer = CoarseTransformerTrainer(` ` transformer = coarse_transformer,` ` soundstream = soundstream,` ` wav2vec = wav2vec,` ` folder = '/content/music_data',` ` batch_size = 1,` ` data_max_length = 320...
Do I need to train soundstream separately ?