wei-tim / YOWO

You Only Watch Once: A Unified CNN Architecture for Real-Time Spatiotemporal Action Localization
840 stars 161 forks source link

KeyError: 'exp_avg' #82

Open yangsuhui opened 3 years ago

yangsuhui commented 3 years ago

Dear: when I run this code, got the following error,

site-packages/torch/optim/adam.py", line 86, in step exp_avg, exp_avg_sq = state['exp_avg'], state['exp_avg_sq'] KeyError: 'exp_avg'

what should I do to solve this problem?

Riiick2011 commented 2 years ago

same issue, Did you slove this problem?