Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multivariate #114

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Multivariate #114

wants to merge 7 commits into from

Conversation

as1986
Copy link
Contributor

@as1986 as1986 commented Mar 9, 2015

  • added multivariate Gaussian reconstructions (both for HMM and the CRF POS tagger autoencoder).

as1986 and others added 6 commits November 12, 2014 00:22
…openfst into multivariate

Conflicts:
	core/LatentCrfModel.cc
	core/LatentCrfModel.h
	ducttape-files/english-final.tconf
	ducttape-files/pos-induction.tape
	parts-of-speech/train-latentCrfPosTagger.cc
…openfst into multivariate

Conflicts:
	ducttape-files/english-final.tconf
	ducttape-files/pos-induction.tape
STL::vector<int>.insert() needs more than one parameter. STL::vector<int>.push_back() should be used.
@@ -3,7 +3,7 @@ SINGLE=-c
BEFORE=-x c++ -std=c++11
LIBS=-lfst -ldl -lboost_mpi -lboost_program_options -lboost_serialization -lboost_thread -lboost_system -lrt
#-llbfgs
OPT=-O3 -DNDEBUG
OPT=-O3 -DDEBUG -DNEURALCONST=${NEURALCONST}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the additional parameter. We can read the number of dimensions of the word embeddings directly in the code rather than at compile time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants