ID-CNN-CWS icon indicating copy to clipboard operation
ID-CNN-CWS copied to clipboard

KeyError in tf1.13.1

Open snakecy opened this issue 6 years ago • 2 comments

  File "train.py", line 41, in main
    logger.info('\n'.join(sorted(["%s : %s" % (str(k), str(v)) for k, v in FLAGS.__dict__['__flags'].items()])))
KeyError: '__flags'

snakecy avatar Mar 21 '19 06:03 snakecy

I met the same problem... Do we need to transfer the tensorflow version?

deardeerluluu avatar Oct 22 '19 08:10 deardeerluluu

I think so. Need to use some versions close to 1.2.

hankcs avatar Oct 22 '19 15:10 hankcs