Bhargav Mangipudi

Results 30 comments of Bhargav Mangipudi

Added the API Document generation and deployment code to Jenkins. Will close the issue after testing a few times.

This also happened to Pavan a lot. Most time the JVM is not closed properly which causes this issue. One workaround is to have pipeline methods wrapped with a with-statement...

@kordjamshidi Looking at the "Head" warning for ER example. The Semaphore failing tests are all the new SL related ones: ``` [info] *** 1 TEST FAILED *** [error] Failed tests:...

I still see `saul-core/src/main/scala/edu/illinois/cs/cogcomp/saul/classifier/SparseNetworkLBP.scala` and `saul-core/src/main/scala/edu/illinois/cs/cogcomp/saul/classifier/JoinTrainSparseNetwork.scala` files in this branch. I think they were un-deleted when I merged with upstream/master. ~~@kordjamshidi can you delete both these files try to run...

@kordjamshidi Just saw your other issue about missing public features in `SparseNetworkLearner`. If it is easier, you can keep the `SparseNetworkLBP` class and use it only in the ER-SL example...

Will review this sometime before Friday evening. Sorry for the delay.

Right now Semaphore does not compile or test the web-app. This ticket was opened to make sure that semaphore builds and runs the test on the web-app code.

Tried with updated code but get the following error. Any ideas @danyaljj Changes are in https://github.com/bhargav/saul/tree/webapp-content-fix ``` warning: line 0: Class de.bwaldvogel.liblinear.SolverType not found - continuing with a stub. error:...

I had tried removing the logging dependency and it did not work then. Hope Daniel figures out how to handle this.