Wenxuan Peng

Results 11 comments of Wenxuan Peng

raise RuntimeError(message) RuntimeError: Error compiling objects for extension

This is my error message: python setup.py build develop running build running build_py running build_ext building 'mega_core._C' extension /mnt/lustre/share/gcc/gcc-5.3.0/bin -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DWITH_CUDA -I/mnt/lustre/wxpeng/MSG/mega.pytorch/mega_core/csrc -I/mnt/lustre/wxpeng/anaconda3/envs/mega/lib/python3.7/site-packages/torch/include...

Hi! I tried using exactly `conda install pytorch=1.3.0 torchvision cudatoolkit=10.0 -c pytorch`, and I also change my nvcc version to 10.0, but still failed like this python setup.py build develop...

my versions: nvcc: 10.0 gcc: 5.3.0 pytorch 1.3.0 Also for ``` cd cocoapi/PythonAPI python setup.py build_ext install ``` I also encountered this issue: error: command '/mnt/lustre/share/gcc/gcc-5.3.0/bin' failed: Permission denied so...

Ohh, thanks a lot! I found the error was actually because of my gcc dir, I add `CC=gcc` before `python setup.py build develop`, and the problem is solved. But I...

Ohh, thanks for your kind reply and help! I actually tried to check out apex repo to commit `e3794f422628d453b036f69de476bf16a0a838ac`, and this worked fine! thanks for the great work~

![image](https://user-images.githubusercontent.com/70517391/185858196-f45fe985-83a6-439d-a0c8-a9bc3003b668.png) Hi~ but when I tried the json generate in demo, why for `image_id` >=601 (1-600 belongs to the first video, starts from 601 is the second video), there is...

Also encounter RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn when trying to implemet it on stabel diffusion v1, even got this error...

Hi! I also want to try this on sdm_v1, and even when I set num_vectors_per_token=1, I also got this runtime error, I think in ddpm.py, I have already make all...