kenziyuliu / DGNN-PyTorch

Unofficial PyTorch implementation of the CVPR'19 paper "Skeleton-Based Action Recognition with Directed Graph Neural Networks".
Other
235 stars 59 forks source link

What does "Time consumption: [Data] 1%, [Network] 99%" mean? #6

Closed kourenmu closed 5 years ago

kourenmu commented 5 years ago

Thanks for your codes. It takes me half an hour to train an epoch, and I get the "Time consumption: [Data] 1%, [Network] 99%" after an epoch. Does it mean that I can somehow reduce the "Network"-time to accelerate training process?