deep-atrous-ner
deep-atrous-ner copied to clipboard
Deep-Atrous-CNN-NER: Word level model for Named Entity Recognition
Results
2
deep-atrous-ner issues
Sort by
recently updated
recently updated
newest added
``` 1 from __future__ import absolute_import 2 from tensorflow import * 3 4 from .sg_util import sg_opt 5 from .sg_main import * ``` > AttributeError: module 'tensorflow' has no attribute...
asset/train/max_model.ckpt: Not found: asset/train. Hi, Do you happen to have the model checkpoint file? or how could I bypass it in the train.py script . Thanks