svn commit: r1761788 - in /ctakes/trunk/ctakes-temporal/scripts/nn: dataset.py dataset.pyc predict.py train_and_package.py

2016-09-21 Thread dligach
Author: dligach Date: Wed Sep 21 17:41:44 2016 New Revision: 1761788 URL: http://svn.apache.org/viewvc?rev=1761788&view=rev Log: updated to work with my version of dataset.py; also using env variable to locate target dir Modified: ctakes/trunk/ctakes-temporal/scripts/nn/dataset.py ctakes

svn commit: r1761790 - /ctakes/trunk/ctakes-temporal/scripts/nn/train_and_package.py

2016-09-21 Thread dligach
Author: dligach Date: Wed Sep 21 17:52:54 2016 New Revision: 1761790 URL: http://svn.apache.org/viewvc?rev=1761790&view=rev Log: got rid of model.summary() Modified: ctakes/trunk/ctakes-temporal/scripts/nn/train_and_package.py Modified: ctakes/trunk/ctakes-temporal/scripts/nn/train_and_packa

svn commit: r1761798 - in /ctakes/trunk/ctakes-temporal/scripts/nn: predict.py train_and_package.py

2016-09-21 Thread dligach
Author: dligach Date: Wed Sep 21 19:21:06 2016 New Revision: 1761798 URL: http://svn.apache.org/viewvc?rev=1761798&view=rev Log: minor cosmetic fixes Modified: ctakes/trunk/ctakes-temporal/scripts/nn/predict.py ctakes/trunk/ctakes-temporal/scripts/nn/train_and_package.py Modified: ctakes

svn commit: r1761803 - /ctakes/trunk/ctakes-temporal/scripts/nn/predict.py

2016-09-21 Thread dligach
Author: dligach Date: Wed Sep 21 19:47:49 2016 New Revision: 1761803 URL: http://svn.apache.org/viewvc?rev=1761803&view=rev Log: using 'none' for now to represent oov items Modified: ctakes/trunk/ctakes-temporal/scripts/nn/predict.py Modified: ctakes/trunk/ctakes-temporal/scripts/nn/predict.

svn commit: r1761804 - in /ctakes/trunk/ctakes-temporal/scripts/nn: classify.sh cnn_classify.py cnn_train.py predict.py train.sh train_and_package.py

2016-09-21 Thread dligach
Author: dligach Date: Wed Sep 21 20:04:46 2016 New Revision: 1761804 URL: http://svn.apache.org/viewvc?rev=1761804&view=rev Log: renamed a few files to relfect they are cnn experiments Added: ctakes/trunk/ctakes-temporal/scripts/nn/cnn_classify.py - copied unchanged from r1761803, ctak