keras-english-resume-parser-and-analyzer
keras-english-resume-parser-and-analyzer copied to clipboard
Failing to load parser while predicting
After training the resume parser with the sample data when I tried to run dl_based_parser_predict I got an issue on load the resumeparser.
The issue was
2019-11-28 15:25:02.165654: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2019-11-28 15:25:02.187682: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 1800000000 Hz
2019-11-28 15:25:02.188639: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x654a2d0 executing computations on platform Host. Devices:
2019-11-28 15:25:02.188660: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0):
I am stuck in this. Please help
Even I am facing the same error, any updates on this ?
open the project in VSCode or any IDE you use:
Open Search bar for whole project and type: np.load() It will show all the files that uses np.load().items() method Pass "allow_pickle=True" as a argument to np.load() function everywhere in the code Run the dl_based_parser_predict.py file and its fixed
Thanks :)