You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you've set up the data path correctly. In the run_cnn.py, the data path should be specified as data/cnews/cnews.train.txt not data/cnewscnews.train.txt. Note the use of the slash (/).
Check that the file path is correct. Verify that the data/cnews/cnews.train.txt file exists in the specified path and that the spelling and capitalization of the file name are consistent with the code.
Make sure you've downloaded and prepared the required datasets. If you don't have a cnews dataset downloaded, you can download it before running the script and place it in the data/cnews/ directory.
FileNotFoundError: [Errno 2] No such file or directory: 'data/cnews\cnews.train.txt'
The text was updated successfully, but these errors were encountered: