Closed sourabh-zanwar closed 3 years ago
Versions:
deepsegment 2.3.1 tensorflow 2.4.0 keras 2.3.1
Problem: As I try to run the basic code for Sentence Segmentation
from deepsegment import DeepSegment d = 'this is a sentence this is another sentence' segmenter = DeepSegment('en') d_seg = segmenter.segment(d)
I get the following error: AttributeError: module 'tensorflow.python.framework.ops' has no attribute '_TensorLike'
AttributeError: module 'tensorflow.python.framework.ops' has no attribute '_TensorLike'
Did you resolve this issue because i am getting the same error
@Emekaborisama with the specified tensorflow versions?
Versions:
Problem: As I try to run the basic code for Sentence Segmentation
I get the following error:
AttributeError: module 'tensorflow.python.framework.ops' has no attribute '_TensorLike'