Hi,
I cannot get to work the sample codes in the audio SDK. It always shows up with an error on NvAFX_Run() failed writes out empty audio files instead of filtered audio files. Has anyone faced such a situation ?
Regards,
Muthu
Hi,
I cannot get to work the sample codes in the audio SDK. It always shows up with an error on NvAFX_Run() failed writes out empty audio files instead of filtered audio files. Has anyone faced such a situation ?
Regards,
Muthu
Are referring to the Audio Effects SDK?
https://developer.nvidia.com/maxine-getting-started
Yes
Can you share which version, what GPU do you run on?
HI @lingq,I am trying to run on GCP with Tesla T4 GPUs. Thanks
It might be dependency and driver issues. We have a containerized version that could make it easier for your deployment. Could you please give this a try and let me know how it goes for you? Maxine Audio Effects SDK version 1.0 | NVIDIA NGC
Thanks,
Alex
Hi @lingq !
Thanks for the suggestions. I cleared all the authorization protocols and managed to obtain the image. I am trying to run the image with the following command:
docker run --gpus all -it --rm -v /home/jupyter:/usr/local/AudioFX nvcr.io/nvidia/maxine/maxine-audioeffects-sdk:5.5
But what turns out was this:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization error: nvml error: driver/library version mismatch: unknown.
The following is the driver specs:
lsmod | grep nvidia
nvidia_uvm 987136 0
nvidia_drm 53248 3
nvidia_modeset 1228800 3 nvidia_drm
nvidia 34131968 271 nvidia_uvm,nvidia_modeset
drm_kms_helper 188416 1 nvidia_drm
drm 491520 6 drm_kms_helper,nvidia_drm
I think it is a driver or a compute capability issue and we are using a Tesla T4. It would be nice if you suggest a step forward.
Many Thanks,
Muthu
@Tanay Varshney could you help take a pass on it?
Thanks!
Alex
Hi @muthu3,
Could you share the docker and nvidia docker versions you have installed?
@tvarshney Thanks for stepping in. I have got
Docker version 20.10.7, build f0df350
for both docker and nvidia-docker
Can you please share the output of:
“nvidia-smi”
and
“docker run --gpus=all --rm nvcr.io/nvidia/cuda:11.1-base nvidia-smi”
Mon Jul 26 16:30:37 2021
±----------------------------------------------------------------------------+
| NVIDIA-SMI 460.73.01 Driver Version: 460.73.01 CUDA Version: 11.2 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |
| N/A 57C P0 27W / 70W | 0MiB / 15109MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+
and
Mon Jul 26 16:31:53 2021
±----------------------------------------------------------------------------+
| NVIDIA-SMI 460.73.01 Driver Version: 460.73.01 CUDA Version: 11.2 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |
| N/A 57C P0 27W / 70W | 0MiB / 15109MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+
respectively
Could you re-provision the machine and install cuda from here?: https://developer.nvidia.com/cuda-11.1.1-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=deblocal
@Tanay Varshney were you able to look into this yet?
@lingq @tvarshney Thanks a lot guys! I am now able to host the image and run some sample codes on my Tesla T4 instance successfully
Thank you Muthu! Can you share more feedback on how we can make it easier for developer like you so it’s easier to setup and get it running? looks like it’s the cuda version mistmatch?
Btw - what’s the use case you are building?
Hi @lingq , Sorry for the late response. Yes, I guess it was due to the CUDA version mismatch. However I found recently that there are easy options to switch the version of our liking in a GCP instance. I should have read through the docs carefully.
We are building a VR chat room with customized capabilities and data-driven cognitive experience. Thanks a lot for your assistance
Regards,
Muthu
Thank you Muthu. Let us know how it goes for you.
Do you mind sharing which company you are working for?
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.