NETL-Automatic-Topic-Labelling- icon indicating copy to clipboard operation
NETL-Automatic-Topic-Labelling- copied to clipboard

IOError: No such file or directory: 'predictionstemp'

Open srujana-tak opened this issue 6 years ago • 3 comments

Executing Supervised Model page Rank models loaded Data Gathered for supervised model letter trigram feature All features generated sh: support_files/svm_rank_classify: Permission denied Traceback (most recent call last): File "supervised_labels.py", line 249, in get_predictions(test_list,test_chunk_size) File "supervised_labels.py", line 219, in get_predictions h =open("predictionstemp") IOError: [Errno 2] No such file or directory: 'predictionstemp'

srujana-tak avatar May 08 '19 21:05 srujana-tak

Any help on how to solve this while executing supervised_labels.py file

srujana-tak avatar May 08 '19 21:05 srujana-tak

your problem appear when you run on Windown, File predictionstemp will be create after run file binary svm_rank_classify (view code). On win, this file invalid. therefor i recommend you to run it on Linux :)

thanhkhocnhe avatar Aug 16 '19 04:08 thanhkhocnhe

The same issue persists in Linux for me.

uzaymacar avatar Oct 23 '19 04:10 uzaymacar