Dan Whettam
Dan Whettam
Encountered the same issue myself. It's expecting a 3d input [Batch x H x W], so if you input a single data point [H x W], then you will get...
@Aditya3107 yes - see my comment above
you are importing `spec_augment_pytorch`, but calling `spec_augment_tensorflow`. That's why you are getting the error: `NameError: name 'spec_augment_tensorflow' is not defined` if you are using pytorch you need to use `spec_augment_pytorch`
It looks like you are still using the incorrect files. Read through your error message and you can see the error occurs here: `line 138, in sparse_image_warp image = ops.convert_to_tensor(image)`...
Did you get anywhere with this Issue @mints7 ? I am having the same problem
Did you get anywhere with resolving this @loretoparisi? I'm encountering the same issue using librosa to load audio from mp4 files.
Sure. I get the "cannot join thread before it is started error" as well as "can't start new thread". I also get "Format not recognised." on the mp4 videos. This...
@Bomme by reducing the number of workers in my pytorch dataloader I am able to run the code for much longer, although the error is still occurring. Instead of within...
@briantcantwell see my comment on #158 if you want to download the trained models locally
If WebGL is supported, then yes. Go here to check: https://webglreport.com/?v=2 You can also just test out the provided demos on the machine you want to use. WebGL runs on...