Zeeshan Sayyed

Results 14 comments of Zeeshan Sayyed

Hi @mohammadKhalifa I opened an issue in the original fairseq repo asking about implementing the CRF tagger [here](https://github.com/pytorch/fairseq/issues/2251). Do you have any thoughts on it? What I am mostly concerned...

@mayhewsw Would you be willing to share your implementation of including flair embeddings or some pointers on how you did it?

Thanks. This makes sense. I guess the best way to know whether you would need it is to actually implement both and see whether you are gaining any performance. Other...

My network is on the bigger side. I have BERT as the encoder (which is hybrid), but the overall network is not hybrid.

``` { "key": "ctrl+x ctrl+b", "command": "workbench.action.quickOpen", "when": "!terminalFocus" }, { "key": "ctrl+x ctrl+f", "command": "workbench.action.files.openFile" }, ``` This is what I have in my `keybindings.json`

Hey @chaitjo Were you able to figure it out? What did you end up doing?

Thanks. What would recommend for training character embeddings that can be plugged into other algorithms?

@alexpolozov Thank you so much for the instructions. I think that patch is not working correctly. I get the following error in the final step: ``` C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find...

@alexpolozov I confirmed. It does have both the `vcruntime140.dll` and `vcruntime140.dev`. The output of my dir command is as follows: (dl) C:\Users\****\AppData\Local\Continuum\anaconda3\envs\dl\libs>dir Volume in drive C is OS Volume Serial...

@alexpolozov My apologies. The previous log I posted was from the wrong terminal which didn't have the environment variable updated. The lines from the first log (my first comment) are...