Hardware requirements for test
See original GitHub issue🐛 Bug
It seems to be relatively easy to get out of memory for the first example provided in the README
on the GPU. Maybe it would be nice to add some hardware requirements or estimation how much memory you need per second of input signal.
To Reproduce
Steps to reproduce the behavior:
>>> python test.py ~/data/musdb18-wav/test/Al\ James\ -\ Schoolboy\ Facination/mixture.wav --model umxhq
Traceback (most recent call last):
File "test.py", line 301, in <module>
device=device
File "test.py", line 166, in separate
use_softmask=softmask)
File "/home/audeering.local/hwierstorf/.anaconda3/envs/open-unmix-pytorch-gpu/lib/python3.7/site-packages/norbert/__init__.py", line 260, in wiener
y = expectation_maximization(y/max_abs, x_scaled, iterations, eps=eps)[0]
File "/home/audeering.local/hwierstorf/.anaconda3/envs/open-unmix-pytorch-gpu/lib/python3.7/site-packages/norbert/__init__.py", line 141, in expectation_maximization
eps)
File "/home/audeering.local/hwierstorf/.anaconda3/envs/open-unmix-pytorch-gpu/lib/python3.7/site-packages/norbert/__init__.py", line 511, in get_local_gaussian_model
C_j = _covariance(y_j)
File "/home/audeering.local/hwierstorf/.anaconda3/envs/open-unmix-pytorch-gpu/lib/python3.7/site-packages/norbert/__init__.py", line 468, in _covariance
y_j.dtype)
MemoryError
Environment
Please add some information about your environment
- Any other relevant information: NVIDIA GP107M [GeForce GTX 1050 Mobile]
If unsure you can paste the output from the pytorch environment collection script (or fill out the checklist below manually).
You can get that 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: 1.2.0
Is debug build: No
CUDA used to build PyTorch: 10.0.130
OS: Ubuntu 18.04.3 LTS
GCC version: (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
CMake version: version 3.10.2
Python version: 3.7
Is CUDA available: Yes
CUDA runtime version: Could not collect
GPU models and configuration: GPU 0: GeForce GTX 1050
Nvidia driver version: 430.40
cuDNN version: Could not collect
Versions of relevant libraries:
[pip3] numpy==1.13.3
[conda] mkl 2019.4 243
[conda] pytorch 1.2.0 py3.7_cuda10.0.130_cudnn7.6.2_0 pytorch
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (11 by maintainers)
Top Results From Across the Web
Software Testing Specifications | TestComplete - SmartBear
Recommended System Requirements · A 64-bit operating system like Windows 7 or later. · Microsoft Internet Explorer 9.0 or later. · Intel Core...
Read more >Can You RUN It | Can I Run It | Can My PC Run It
Can I Run It? System Requirements Lab analyzes your computer in just seconds, and it's FREE. See for yourself, takes less than a...
Read more >Hardware Requirements - Web Performance
The short answer is that even with old hardware, Load Tester™ can generate a massive amount of load. An machine 4-5 years old...
Read more >Test Automation Software System Requirements | Rapise
System Requirements Rapise ; Memory: 1 GB minimum, 2 GB recommended ; Disk Space: 500 MB ; Display: XGA (1024 x 768) ;...
Read more >PCGameBenchmark: What Can I Run · System Requirements ...
System requirements site to check your system, find games that can run on your computer, rate your PC and get great upgrade advice....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
worked!
@hagenw feel free to reopen if you have further comments