QuteSaltyFish
QuteSaltyFish
You can use Tabnine to add word completion
Have anyone succeed in downloading the dataset yet?
Got the same problem here.
Follow the new #621 and I successfully installed it. You need to install the newest PyTorch through
> > Follow the new [#621](https://github.com/NVIDIA/MinkowskiEngine/issues/621) and I successfully installed it. You need to install the newest PyTorch through > > I tried but failed. Is it suitable for CUDA...
> > > > Follow the new [#621](https://github.com/NVIDIA/MinkowskiEngine/issues/621) and I successfully installed it. You need to install the newest PyTorch through > > > > > > > > >...
Here is the docker build file with the necessary fix ```docker ARG PYTORCH="2.7.0" ARG CUDA="12.8" ARG CUDNN="9" FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel ENV TORCH_NVCC_FLAGS="-Xfatbin -compress-all" ARG CUDA_SM_LIST="6.0 6.1 6.2 7.0 7.2 7.5 8.0...
Me too. Please update the model link if possible
I write a docker file with the necessary fix you could merge into your repo if you like @CiSong10 ``` ARG PYTORCH="2.7.0" ARG CUDA="12.8" ARG CUDNN="9" FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel ENV TORCH_NVCC_FLAGS="-Xfatbin...
> > I write a docker file with the necessary fix you could merge into your repo if you like [@CiSong10](https://github.com/CiSong10) > > ``` > > ARG PYTORCH="2.7.0" > >...