Gaurav~

Results 5 comments of Gaurav~

@jhay06 and all ------------------------------------------UPDATE 1----------------------------------------- I was able to setup brew and pyenv (python3) for x86_64. but build was not successful. Again, I was getting error related to liblzma-dev for...

Hi , I am also getting same error during installation My environment is as below:- OS: ubuntu20.04 Python 3.8.18 pytorch 1.8.1+cu101 torch.version.cuda 10.1 cuda 10.1 Please let me know if...

@Andy-zd I can see that sccripts for training are added in last commit. Thank you for that. Is there any udpate on data preprocessing scripts ?

I was able to build cuda extensions by adding environment variable for cuda artchitecture in front of build command. 1. check your cuda architecture for torch using `import torch torch.cuda.get_arch_list()`...

> Hi,nice work! when I execute the: “bash script/train_waymo_exp.sh” command on the server for training, it will appear such an error, is there any solution? or which part of train.py...