AI_Composer icon indicating copy to clipboard operation
AI_Composer copied to clipboard

Attribute 'is_abstract' not found

Open iamnottheway opened this issue 8 years ago • 0 comments

Got this error while running python rnn_sample.py --config_file new_config_file.config

if not newclass.is_abstract(): AttributeError: type object 'NewBase' has no attribute 'is_abstract'

iamnottheway avatar May 27 '17 10:05 iamnottheway