mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-08 13:12:09 +01:00
Don't print ui in MLPPDataOld::word2Vec.
This commit is contained in:
parent
acc4e4d14d
commit
65854b55fc
@ -637,7 +637,7 @@ std::tuple<std::vector<std::vector<real_t>>, std::vector<std::string>> MLPPDataO
|
|||||||
model = new MLPPSoftmaxNetOld(inputSet, outputSet, dimension);
|
model = new MLPPSoftmaxNetOld(inputSet, outputSet, dimension);
|
||||||
}
|
}
|
||||||
|
|
||||||
model->gradientDescent(learning_rate, max_epoch, true);
|
model->gradientDescent(learning_rate, max_epoch, false);
|
||||||
|
|
||||||
std::vector<std::vector<real_t>> wordEmbeddings = model->getEmbeddings();
|
std::vector<std::vector<real_t>> wordEmbeddings = model->getEmbeddings();
|
||||||
delete model;
|
delete model;
|
||||||
|
Loading…
Reference in New Issue
Block a user