Tran N.M. Hoang
Tran N.M. Hoang
@BloodAxe I understand your idea, but I think having a transformation like `A.RepeatChannels(3)` or `A.ToRGB` will be more easy-to-use rather than use `cv2.cvtColor` outside `A.Compose[...]`. Another question is how to...
Hi @BloodAxe, as I understand [RGBShift](https://albumentations.ai/docs/api_reference/augmentations/transforms/#albumentations.augmentations.transforms.RGBShift) is used for RGB image with shape [H, W, 3], does `albumentations` has the equivalent transform for Grayscale image with shape [H, W]?
Hi @mariosasko, can you share how you installed `soundfile` on your mac M1?
@shivamerla Thank you for your prompt reply. As I understand your document, these following modifications should be made into `/etc/nvidia-container-runtime/config.toml`: ``` accept-nvidia-visible-devices-envvar-when-unprivileged = true accept-nvidia-visible-devices-as-volume-mounts = false ``` However, when...
Hi @elezar @shivamerla, thank you for your prompt replies, they helped my a lot :D However, I just want to confirm the steps along with how to apply those params...
Hi @elezar @shivamerla, I tried to install `gpu-operator` with the following params but it doesn't work. Do you have any idea? ```bash ➜ manifests git:(f038f81) helm repo add nvidia https://nvidia.github.io/gpu-operator...
Hi @shivamerla, I fixed the problem with `bash` instead of `zsh`. It seems that `zsh` cannot parse such arguments properly.
@shivamerla @elezar I have a question about params for `k8s-device-plugin`, which is bundled inside `gpu-operator`. As I read [Preventing unprivileged access to GPUs in Kubernetes](https://docs.google.com/document/d/1zy0key-EL6JH50MZgwg96RPYxxXXnVUdxLZwGiyqLd8/edit#heading=h.tec6pygavof) document on page 4: ```bash...
@shivamerla thank you for your prompt clarification :D
@ca-scribner thank you for your response. By the way, in order to connect Charmed Kubeflow's authentication system to the dex charm, is there any existing document or tutorial for this...