karfly / learnable-triangulation-pytorch

This repository is an official PyTorch implementation of the paper "Learnable Triangulation of Human Pose" (ICCV 2019, oral). Proposed method archives state-of-the-art results in multi-view 3D human pose estimation!
MIT License
1.09k stars 181 forks source link

learning time #137

Open asw91666 opened 3 years ago

asw91666 commented 3 years ago

the update time of iteration is so slow, so i check forward time, calculating loss time and backward time. And i get this.

forward time : 0.09247469902038574 loss time : 0.19421815872192383 backward time : 0.9493999481201172

the backward time is more than 10 times the forward time. Do you know why this is happening?