jamesheatonrdm

Results 18 comments of jamesheatonrdm

I think python 3.11 is incompatible. It works for me with anaconda and python 3.10

@chokevin8 I have just come back to the conda install and it has failed saying that my installed CUDA version (12.1) is incompatible

The issue seems to be with ptxcompiler-cu11. There doesn't appear to be much documentation for this python package, and the error when installing is not useful at all so I...

@chokevin8 I manage to run the segmentation notebook without installing the cuml-cu11 package. Here is how I did it: Create conda environment with python 3.10.13 ``` conda install pytorch==2.0.0 torchvision==0.15.0...

One more thing, I can get it working using just the CPU specifying the --no_cuda option however there appears to be a bug at line 480 in trainer.py ```identity_reprojection_loss.shape).cuda() *...

I have the same issue. I can't seem to run npm from inside the conda environment. Any npm command results in a segfault

@USTBhyh you may have installed npm inside the anaconda environment like me. I had to delete the conda environment, install npm outside anaconda and then recreate the environment.

I thought that maybe I was using the wrong folder, so I attempted to use the entire `output/waymo_train_031` folder, but I received the same error