nofreewill42

Results 12 comments of nofreewill42

Audio = packet0, packet1, packet2, ..., packet127, for example. If you loose all the packets but i.e. packet2, then you can have however high bitrate in packet2, you won't be...

Thank you for the link!

On Ubuntu 18.04 I also had to replace pixelDelta to angleDelta in wheelEvent() function in ultimatelabeling/views/image_viewer.py, thank you! I also increased the denominator from 40 to 400 for smoother control.

Same issue here. Tried rm -r venv and recreating it with torch removed from requirements.txt and installed with one of these instead: pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 pip3...

Okay so I had ``` nvcc --version -> 11.5 but import torch; torch.__version__ -> 11.7 ``` So I had to manually install https://developer.nvidia.com/cuda-11-7-1-download-archive?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=runfile_local And now I have `Successfully built raymarching`

Can confirm, thanks! ![image](https://github.com/parlance/ctcdecode/assets/14865017/7dbaec0a-df77-4c0e-a1a3-3f55ee258d7f) ([name]) lol xD

Hey there! I've literally just copy pasted OP's step 1 and 2 from: [INSTALLATION] ``` conda create -n [name] python=3.8 conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 pytorch-cuda=12.1 -c pytorch -c nvidia...

> > > Yeah, just load the source code to QT opensource and it should be running. Versions of tool are in readme. > > > > > > I...