Closed garymmi closed 3 years ago
i use torch 1.5.1
Please use 1.7+ I need to add this into docs
Added this section - https://github.com/snakers4/silero-vad#pytorch
Please note that if you just use PyTorch 1.7+ all other dependencies except for PyTorch itself are mostly superficial and are just used for IO only (see the utils file).
PyTorch 1.7 introduced breaking changes in torch.hub
and since PyTorch 1.7 in a master version in most package managers, we use it by default
❓ Questions and Help
We have a wiki available for our users. Please make sure you have checked it out first.
i run the vad example, error as below Traceback (most recent call last): File "vad.py", line 7, in
force_reload=True)
TypeError: load() missing 1 required positional argument: 'github'
i use torch 1.5.1
thanks