Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to run with CUDA 11.3 #5

Open
TB5z035 opened this issue Dec 23, 2021 · 1 comment
Open

Fail to run with CUDA 11.3 #5

TB5z035 opened this issue Dec 23, 2021 · 1 comment

Comments

@TB5z035
Copy link

TB5z035 commented Dec 23, 2021

Hi! This is a really exciting work, and thanks for your effort in this implementation.

Unfortunately, I cannot recreate the results on my own server equipped with a NVIDIA A100 (which would require >= CUDA 11.1). As the text2mesh.yml would prepare an unavailable environment with CUDA 10.2, I set up the environment by myself with the following commands:

conda create -n text2mesh python=3.7
conda activate text2mesh
export TORCH_CUDA_ARCH_LIST="8.6"
cd kaolin/
git checkout v0.9.1
python setup.py develop
pip install git+https://github.com/openai/CLIP.git
pip install matplotlib

However, when I follow the instruction and run ./demo/run_vase.sh, I cannot observe any non-trivial results. Each 100 iterations would generate the same intermediate results:

image

and vase_final.obj doesn't show any styled details.

The output of the codebase:

image

Is there any workaround? Thanks!

@factoryofthesun
Copy link
Contributor

Hi thanks for trying out the code! I've been able to successfully run the scripts with CUDA 11.1, python 3.8, and pytorch 1.9 on A40s, but I don't think we've tested on A100s specifically. Note that kaolin requires pytorch <= 1.9, so it shouldn't have been able to install properly on CUDA > 11.1. Can you try creating an environment with the above versions and see if it works?

@roibaron roibaron reopened this Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants