mks0601 / TF-SimpleHumanPose

TensorFlow implementation of "Simple Baselines for Human Pose Estimation and Tracking", ECCV 2018
336 stars 90 forks source link

self.lr_dec_epoch.index(e) #46

Closed henbucuoshanghai closed 5 years ago

henbucuoshanghai commented 5 years ago

in config ,the lr code

if epoch < self.lr_dec_epoch[-1]: i = self.lr_dec_epoch.index(e) what is lr_dec_epoch.index(e). the lr_dec_epoch is [90,120] but the index(e)?????????

what is the index ???????