"torchvision/vscode:/vscode.git/clone" did not exist on "79daca1027182361bc9d8322d04838cbc4196348"
- 03 Dec, 2019 1 commit
-
-
Mingbo Wan authored
-
- 02 Dec, 2019 1 commit
-
-
Cami Williams authored
* Initial commit for SoX logic in VCTK * change to train whistle file for tests * apply probability
-
- 25 Nov, 2019 2 commits
-
-
Vincent QB authored
-
Mingbo Wan authored
* adding smoke test * adding smoke test * fix config.yml * trigger smoke test * test aws erc credential * test aws erc credential * test aws erc credential * test aws erc credential * adding ecr cred * test aws erc credential * test aws erc credential * test aws erc credential - different way * test aws erc credential - different way #2 * test aws erc credential - different way #3 * test aws erc credential - different way #4 * test aws #1 * test aws erc credential, after enabling circleci setting * fixing conda init * add verbose output for smoke test * add docker image build workflow * add docker image build workflow * fix aws ecr login * use images build from circelci * ready for review * updated Readme with instructions on nightly install, also updated docker image which can make nightlies installed via pip pass * nit * reduce size
-
- 22 Nov, 2019 1 commit
-
-
Vincent QB authored
* fixing errors in docstring. * move batch to functional.
-
- 21 Nov, 2019 4 commits
-
-
Vincent QB authored
* since we no longer use decoration, this fixes #165. * remove import of _docs.
-
Vincent QB authored
* sync docs with functionals. * Adding transforms to documentations. Moving augmentations in transforms.
-
Vincent QB authored
-
Vincent QB authored
-
- 20 Nov, 2019 1 commit
-
-
Vincent QB authored
* nn.Module. * generalizing spectrogram test. * adding test to compile functionals. * add cuda/cpu compilation test. * adding transform test. * remove standalone jit file. * update mel scale. * remove script decorator. * apply to augmentations too.
-
- 19 Nov, 2019 1 commit
-
-
Vincent QB authored
-
- 18 Nov, 2019 4 commits
-
-
Vincent QB authored
* batching for transforms. * test for batching. * update readme.
-
Vincent QB authored
* STFT transform and function from #285 * merge options in existing functionality. * remove dimension 2 check. add test. * using ... * update spectrogram test.
-
Vincent QB authored
-
Vincent QB authored
-
- 15 Nov, 2019 1 commit
-
-
Soumith Chintala authored
-
- 14 Nov, 2019 1 commit
-
-
Vincent QB authored
* resume download, validate with md5 or sha256. * split stream from saving. detect filename. * validate at end too. check file size again. * validate now operates on file object. * expose choices of hash.
-
- 11 Nov, 2019 2 commits
-
-
Facebook Community Bot authored
* OSS Automated Fix: Addition of Contributing
-
Facebook Community Bot authored
-
- 06 Nov, 2019 3 commits
-
-
Vincent QB authored
* close file. * staying with datapoints as tuples until further notice. * loading tsv as dict.
-
Vincent QB authored
-
Vincent QB authored
* BackgroundGenerator * renaming disk cache.
-
- 05 Nov, 2019 1 commit
-
-
Vincent QB authored
-
- 01 Nov, 2019 1 commit
-
-
xinyang0 authored
Add peaking equalizer filter in functional.py and test it in test_functional_filter.py.
-
- 31 Oct, 2019 1 commit
-
-
swchen1234 authored
* add linearity test for istft * one test needs to be relaxed from atol=1e-6 to atol=1e-5
-
- 30 Oct, 2019 2 commits
-
-
Vincent QB authored
-
Vincent QB authored
* pitch detection validation. * make torchscriptable.
-
- 29 Oct, 2019 1 commit
-
-
Vincent QB authored
Fix test for datasets.
-
- 23 Oct, 2019 2 commits
-
-
Vincent QB authored
This reverts commit 962c6b0f.
-
Vincent QB authored
* new dataset format. * add basic test. * files for testing. * serialization using torch. * add diskcache. * adding deprecation warnings. * removing legacy. * warning about transforms. * detecting file format using reader.
-
- 21 Oct, 2019 1 commit
-
-
Vincent QB authored
-
- 11 Oct, 2019 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
- 25 Sep, 2019 2 commits
-
-
engineerchuan authored
* Fixed create_fb_matrix filter bank behavior for fmin/fmax * add better test for f_min close to f_max * added one more test for f_min > f_max * adding one more test
-
engineerchuan authored
* Updated URL for downloading flac, changed http to https download * Removed comments that are documented in the code
-
- 20 Sep, 2019 2 commits
-
-
engineerchuan authored
* Add explicit signature for Sphinx autodoc when function wrapped by @torch.jit.script
-
Kiran Sanjeevan authored
* TimeStretch and Masking * Doc stuff and naming
-
- 19 Sep, 2019 2 commits
-
-
engineerchuan authored
* Ensure that lfilter works with GPU * Add option to load on different device * Debugging tests of lfilter on GPU * allowing arbitrary types into lfilter
-
Vincent QB authored
* compute deltas. * multichannel, and random test. * documentation. * feedback. changing name of window to win_length. * passing padding mode.
-
- 18 Sep, 2019 2 commits
-
-
engineerchuan authored
* Add basic low pass filtering * Add highpass filtering * More tests of IIR vs FIR * Implement convolve function, add tests * Move lfilter and convolve into functional, more tests * added additional documentation for convolve and lfilter, renamed functional_filtering to functional_sox_convenience * Follow naming convention for sample rate in functional * fix failing vctk manifest test to account for adding more test audios into assets * Adding documentation for lfilter, biquad, highpass_biquad, lowpass_biquad * added matrix based implementation of lfilter * adding python lfilter implementation * factor out biquad, lowpass, highpass to sox compatibility
-
engineerchuan authored
* Add a retry to adjust for network failures when downloading from sourceforge * fix packaging by adding longer connection timeout
-