Yasser hifny

Results 13 issues of Yasser hifny

Hello, Thanks for the nice work. For the Arabic language, do I need to lemmatize the text before building word/sense vectors? Moreover, for WSD, do I need to lemmatize the...

Hello, Thanks for this great project. I would like to use variable input length i.e. input_tensor = Input([None, input_dim], name='X_%s'%input_feat) but this generate an error in attention code: pre_q, pre_k,...

Hello, I got this error when running qrnn_imdb.py using keras 2.0.0: TypeError: unsupported operand type(s) for +: 'NoneType' and 'int' Thanks, Yasser

Hello, I would like to reproduce the bm25 results for the retrieval part. I found a script called "tapas/retrieval/create_baseline_results.py" that my be the main script for the baseline system. Can...

Hi, What is the best SKG-trained model to evaluate the natural questions tables (NQ-Tables) test set? Is it "from_all_T5_large_prefix_wikitq2"? Thanks, Yasser

We trained an SSD model using this repo and we report map =74% only. Any reason for that?

DId anyone manage to report the map=77.6% for DSOD model using this repo?

Hello, Thanks for your work. can u please clarify why the input dimension of the sequence is 15 and 30 for the output dimension? Thanks, Yasser

AA Muhamed, Hope you are doing well. We are trying to implement a motion prediction model different from LSTM. While trying the train_prediction.py using the MOT dataset, the code entered...

Hello, When I ran make, I got this error on ubuntu: ImportError: /home/root/miniconda2/envs/tf_gpu/lib/python3.8/site-packages/srilm.cpython-38-x86_64-linux-gnu.so: undefined symbol: lbfgs the lib lbfgs is listed in setup.py and I am not sure what the...