cimerainbow / DPED

Implementation details of the paper "DPED: Bio-inspired dual-pathway network for edge detection"。The code is evaluated on Python 3.7 with PyTorch 1.8.1 and MATLAB R2018b
9 stars 1 forks source link

Hardware used for training #1

Closed xavysp closed 2 years ago

xavysp commented 2 years ago

Dear authors, thank you for sharing us DPED. With the purpose of reproduce your result, I would like to know the details of the hardware used to train your model. Thanks.

Xavier

cimerainbow commented 2 years ago

All the results mentioned in the paper are trained on GPU 2080Ti. The FPS in this paper is obtained on GPU P100. GPU P100 comes from google colab platform.

xavysp commented 2 years ago

Thank you @cimerainbow