ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
"""Multi-threaded word2vec mini-batched skip-gram model. | |
Trains the model described in: | |
(Mikolov, et. al.) Efficient Estimation of Word Representations in Vector Space | |
ICLR 2013. | |
http://arxiv.org/abs/1301.3781 | |
This model does traditional minibatching. | |
The key ops used are: | |
* placeholder for feeding in tensors for each example. |
This document contains a common database updates in Drupal 7 projects.
Let's suppose we want to change field_article_summary
from text to textarea, but we do not care
about loosing its current data.
Start by removing the field through the Admin Interface in your local environment. Then, add the field with the new configuration and recreate the feature where it was exported. Finally, add the following database update: