In my work, I used my own corpus to train a Word2Vec model using gensim. Then I used several small corpus to "update" that model (producing different sets of vectors). This process well documented in gensim.
I am trying to replicate a similar process with GloVe model. I could find the code to train my own GloVe model here. However, I am not sure how to go about updating this model with different new corpus. Does it even make sense to "update" a GloVe model?
This answer says no. But strong confirmation will help.