Cookie

Results 3 issues of Cookie

https://github.com/XPixelGroup/BasicSR/blob/ce5c55aec0d14a399998a8c63fc650fdce3eb519/basicsr/utils/download_util.py#L94-L97 If the process stops while downloading a file, then the file will exist but be incomplete and the corrupted file will be returned the next time the function is...

I'm curious what the numbers look like on non-classification tasks. The method looks very interesting however it's hard to tell what the difference in wall-clock time looks like on other...

### 📚 The doc issue https://pytorch.org/audio/stable/generated/torchaudio.transforms.Vol.html The current doc for `torchaudio.transforms.Vol` just says "Adjust volume of waveform." but it also clamps the output using `torch.clamp(waveform, -1, 1)` which can be...