linguist89

Results 7 issues of linguist89

I getting this error: 'Model' object has no attribute 'make_predict_function' and I took a look at the fer.py file in the repo. Line 117 has the following code self.__emotion_classifier.make_predict_function() but...

I'm running the package using Google Colab and the GPU is detected and available, however the FER packages doesn't seem to use it. I've run it before on the same...

Hey everyone, I have two questions: 1) I'm curious how to determine the num_docs hypterparameter? The default setting is 2802 docs, but I'm using my own data and the data...

Is there way to implement negative sampling in this model? I'm not a deep learning expert, but I've been learning how to use this model over the past few months...

I've been running the notebook and getting the results to work fine, but I want to convert the results into the CoNLL format so that I can compare documents from...

Hey there, I'm getting the following error and I'm not sure what is causing it. /opt/conda/lib/python3.9/site-packages/temporal_taggers/evaluation/tagger_evaluation.py(152)place_timex_tag() 150 import pdb 151 pdb.set_trace() --> 152 print(f"Remaining raw text: {raw_text}") 153 raise ValueError(f"Could...

bug

I'm a little confused as to how the embeddings are structured for each word. I understand that each words has 300D GloVe embeddings and 50D Turian embeddings, but does each...