Gero Doll

Results 43 comments of Gero Doll

Hi @undeathable, Thank you for your knowledge! I still do get an error bellow when running with `--single-gpu` on a RTX 3090Ti Any idea what I can do? Which Python...

@lkwq007 Could you pleae briefly explain how to use without `fused_layer_norm` from apex . I have installed apex yet. Thank you!

@lkwq007 Thank you for your message! I commented out this code from line 153 - 169: ` # save if args.with_id: full_path = os.path.join(args.output_path, query_id) os.makedirs(full_path, exist_ok=True) save_multiple_images(imgs, full_path, False)...

Hi I installed cuda `pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113` and with python 3.7 I still get the following Error: ` File "/home/*****/anaconda3/envs/cog-view2-low-vram2/lib/python3.7/site-packages/SwissArmyTransformer/ops/local_attention_function.py", line 5, in from localAttention import...

`Tried to allocate 72.00 MiB (GPU 0; 23.68 GiB total capacity; 21.73 GiB already allocated; 46.31 MiB free; 21.74 GiB reserved in total by PyTorch) If reserved memory is >>...

@woctezuma apologies, but I am not sure how to resolve this issue. Thanks!

Hi there. No worries! I did try to follow the installation instructions. However, I did get an error when building the environment with python 3.6. I am using an RTX...

Thanks for the information, I will try that!

Hello, I am still getting an error: `raise AssertionError("Torch not compiled with CUDA enabled") AssertionError: Torch not compiled with CUDA enabled` Also I have installed CUDA 11.5 `| NVIDIA-SMI 495.29.05...