honk
honk copied to clipboard
PyTorch implementations of neural network models for keyword spotting
Bumps [requests](https://github.com/psf/requests) from 2.21.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
hi , I want to save trained model as json format . I tried to add option --type json ,but parser tell --type { train,evel}. Could you tell how to...
Hi, I have tried your Demo Application with `./fetch_data.sh` Would you give me some help for downloading data? If convenient,please send me data to my email ( [email protected])
what are the steps that i have to follow to train on my custom dataset. i have 2500 files for each keyword.
For me, decreasing the batch size of test dataloader was very helpful for GPU speed and memory. So in train.py, changing ` test_loader = data.DataLoader( test_set, batch_size=len(test_set), shuffle=False, collate_fn=test_set.collate_fn)` to...
Hello, opening this issue to let you know that there is a new, actively maintained, Python3 only pytube fork: https://github.com/hbmartin/pytube3
We plan to wrap up the existing codebase into a historical package and then overhaul it.