microsoft / computervision-recipes

Best Practices, code samples, and documentation for Computer Vision.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

save model error

sam0983 opened this issue · comments

Description

Hi, thank you for the great work! In the action recognition repository, when I set save_model = True, I encounter the following error in the model.py file on line 278:
KeyError: 'self'

why is this? thank you

Other Comments

Thanks. This is a known bug, which is fixed in the staging branch (removed "self."). See this PR here:
https://github.com/microsoft/computervision-recipes/pull/616/files

got it thanks!