Roman Sitelew
                                            Roman Sitelew
                                        
                                    I have the same problem while doing preprocessing locally. I cd'ed to the gpt-2-tensorflow2.0 dir and run the following command: `python pre_process.py --data-dir="/home//Desktop/gpt-2-tensorflow2.0/data" --vocab-size=32000` Tried it with with the data...
Hi @akanyaani, thank you for your speedy response. Unfortunately, the problem persists. I still get the same `[!sentences_.empty()]` error. Please find the log in the attached file. [log200517.txt](https://github.com/akanyaani/gpt-2-tensorflow2.0/files/4639882/log200517.txt)
Hi @akanyaani , I added the line you suggested. It prints out the following: `['/home//Desktop/gpt-2-tensorflow2.0/data/processed.txt']` I also checked the "processed.txt" file. It's empty.