Aditya Mandke
Aditya Mandke
cc @epwalsh
Okay, thanks! Anyways, I am trying to get acquainted with the library and then work on an another issue (https://github.com/allenai/allennlp/issues/5001), I will look into this over the weekend!
Hi! Can I work on this issue?
> Absolutely! That is great! > Do you know how to get started? I would be very glad if you can give some pointers. Currently, I am going through the...
Thanks a lot for the detailed response! Have gone through it, will ping you here in case I run into some issues while implementation
Thanks a lot for the tip! Will surely do that!
Hi @dirkgr! Is this issue going to be considered for GSoC?
> We did not get chosen as one of the organizations in Google Summer of Code 2021, so, no. But these issues are still a great way to get started...
I followed your suggestion. Running ```bash pip install -v --no-cache-dir \ --global-option="--deprecated_fused_adam" --global-option="--xentropy" \ --global-option="--fast_multihead_attn" ./ ``` led to no problems with the installation. On the other hand, running my...
The notebook can be viewed here (incase there are problems on github): [nbviewer.jupyter.org](https://nbviewer.jupyter.org/github/ekdnam/allennlp-guide/blob/add-notebooks-quick-start/notebooks/quick_start/quick_start_train.ipynb)