Ali F
Ali F
Wanted to know how to get volume higher than 100%. It maxes at 100% for me using the bindsyms.
Hi, I'm trying to use this VQA architecture to predict a target other than MOS. My target label ranges from 10 to 41. How should I change the VQAModel's forward...
Hi, You have used `.cuda()` in many places in your code without checking if the device has any GPUs or not. Therefore, your code does not run on CPU. So...
**Describe the bug** There are a couple of bugs: 1: You can't enter a two digit (higher than 9) hour manually. 2. when setting the end time manually, before completely...
Using the tutorial for general proxy in the readme I've set up cgproxy as gateway. When I put my vmess outbound config in ` 06_outbounds_10_myproxy.json` file like this: ``` {...
From other issues I have seen that others have a problem while rescheduling. So I want to make sure when the date is found the rescheduler can do the process....
Hi, I'm trying to build for Ubuntu 18.04. Have installed all the dependencies but get an error as I send `make -j 4` I didn't expect it to build out...
Hi Ali I get this error while using the app. it seems the second ffmpeg command is not working. ``` Stream specifier ':v' in filtergraph description color=s=1280x720:c=black [base]; [0:v] setpts=PTS-STARTPTS+101,...
I was reading the code when I encountered code sections such as: ```cuda __device__ glm::vec3 computeColorFromSH(int idx, int deg, int max_coeffs, const glm::vec3* means, glm::vec3 campos, const float* shs, bool*...