Jinfu Liu

Results 3 comments of Jinfu Liu

I compile and install in a docker image. [pytorch docker image](https://hub.docker.com/r/pytorch/pytorch/tags) My installation process log: ''' docker pull pytorch/pytorch:1.11.0-cuda11.3-cudnn8-devel conda create -n torch python=3.8 conda activate torch conda install pytorch...

In centos8, it work for me. Remove the following from yaml: ``body-visualizer==1.1.0`` ``configer==1.4.1`` ``psbody-mesh==0.4`` Replace by: ``pip install git+https://github.com/nghorbani/body_visualizer.git`` ``pip install git+https://github.com/MPI-IS/configer`` ``sudo yum -y install boost-devel`` ``pip install git+https://github.com/MPI-IS/mesh.git``

same too. Solution: Please check the corresponding log.txt. Generally it is because of code or environment errors that need to be configured and updated. So please check the error printed...