Amir Hadifar

Results 24 issues of Amir Hadifar

Hi @michaelharms Thanks for releasing such a nice toolkit. I would like to know is it possible to extract specific language with your tool?

When use `decomposable_attention` for training model it throws exception because there is no attribute in config called `WORD_EMBEDDING_DIM`. I think you should change this to following: ``` nb_words = min(TrainConfig.MAX_NB_WORDS,...

Hi, Thanks for nice implementation. Could you reproduce the same result ? I ran you decomposition_attention and it gives me accuracy around 0.80. Do you have any idea about this?

I want to know is it possible to Hide thumb in **DiscreteSeekbar** ? In android seekbar I do this with `seekbar.setThumb(null);` but I didn't find any method in your lib.

Thanks for your well written tutorial @fnk0 When i work with your code i face a problem , when select a category and then press back button and then rotate...

Hi , as android 5.1 org.apache deprecated and in android 6.0 it's removed from SDK , Do you have any plan to fix this issue ?

When I execute: `python -m cc_net -l fa` It throws the following exception: ``` File "/usr/local/Cellar/[email protected]/3.8.6/Frameworks/Python.framework/Versions/3.8/lib/python3.8/http/client.py", line 502, in readinto n = self.fp.readinto(b) File "/usr/local/Cellar/[email protected]/3.8.6/Frameworks/Python.framework/Versions/3.8/lib/python3.8/socket.py", line 669, in readinto return...

Running the re-ranking example throws the following exception: ``` Traceback (most recent call last): File "/project_scratch/t5_ranking.py", line 2, in from pygaggle.rerank.transformer import MonoBERT File "/project_scratch/users/amir/projects/RAG/dialdoc-task/env/lib/python3.9/site-packages/pygaggle/rerank/transformer.py", line 13, in from .similarity...

First of all thanks for your releasing the code. I'm trying to play with the planner module. However, I'm not able to generate plans using `lumos_complex_qa_plan_iterative`. I already used the...