Thiago Dantas

Results 21 comments of Thiago Dantas

I'm also interested in this

I managed to do it by installing from source. `git clone https://github.com/davisking/dlib.git` `cd dlib` `mkdir build; cd build; cmake ..; cmake --build .` `cd ..` `python3 setup.py install`

Hey @YJYJLee , can you tell me how did you manage to install Minkowski Engine? I just can't install it anyway I try

This dockerfile works for me. ```Dockerfile FROM pytorch/pytorch:1.9.1-cuda11.1-cudnn8-devel WORKDIR /app ############################################## # You should modify this to match your GPU compute capability # https://developer.nvidia.com/cuda-gpus#compute ENV TORCH_CUDA_ARCH_LIST="8.6" ############################################## ENV TORCH_NVCC_FLAGS="-Xfatbin -compress-all"...

Same problem here. Can someone help, please?

> Realmente simples, porém o programa precisa rodar em ambiente Windows. > Mesmo assim obrigado pela dica @marcoeuzb Você pode baixar o Ubuntu no linux. Só colocar "Ubuntu" na Microsoft...

I'm getting similar behaviour: ``` ./chat: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by ./chat) ./chat: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by ./chat) ./chat: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required...