ValueError: only one element tensors can be converted to Python scalars
To Reproduce
Steps to reproduce the behavior:
Open demo notebook
Run Install Dependencies
Run Stream imitation example
Expected behavior
Successful execution of the notebook
Environment
Please copy and paste the output from this
environment collection script
(or fill out the checklist below manually).
You can get the script and run it with:
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
PyTorch Version (e.g., 1.0):
OS (e.g., Linux):
How you installed PyTorch (conda, pip, source):
Build command you used (if compiling from source):
🐛 Bug
While following the demo notebook(https://colab.research.google.com/github/snakers4/silero-vad/blob/master/silero-vad.ipynb#scrollTo=iDKQbVr8jsry), I get an error on the Stream imitation example.
ValueError: only one element tensors can be converted to Python scalars
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful execution of the notebook
Environment
Please copy and paste the output from this environment collection script (or fill out the checklist below manually).
You can get the script and run it with:
conda
,pip
, source):Additional context