ashokurlana

Results 3 comments of ashokurlana

@cece00 Modify the Line 89 src/model/[data_loader.py](https://github.com/nlpyang/BertSum/blob/master/src/models/data_loader.py) The following code fixed the similar issue for me > def atoi(text): > return int(text) if text.isdigit() else text > def natural_keys(text): > return...

I am also having similar issue