Wojciech Indyk
Wojciech Indyk
Automatic and manual changes for migration of Tensorflow 1 to 2. Because there are no tests I checked some notebooks from examples: * very basic environment setup- works * setting...
I try to run MNIST example in Intellij, but I have this error in build phase. ``` Error:Error while importing SBT project:...[error] at sbt.util.Tracked$.$anonfun$inputChanged$1(Tracked.scala:149) [error] at sbt.internal.LibraryManagement$.cachedUpdate(LibraryManagement.scala:118) [error] at sbt.Classpaths$.$anonfun$updateTask$5(Defaults.scala:2353)...
Files with code have no licence at the beginning.
I know, that the meeting transcription was a subject on the GSOC 2017 and the outcome is described here https://nikvaessen.github.io/jekyll/update/2017/08/01/speech-to-text-prototype-in-Jitsi_Meet.html and the followup announcement for 2018 is here https://jitsi.org/gsoc/s2t/ The...
add test for calculation of square segment distance- coverage 100%, close resource in test
Trained parser of polish language from http://www.scalanlp.org/models/ does not work with current master branch. I tried to run: java -Xmx6g -cp target/scala-2.11/epic-assembly-0.4-SNAPSHOT.jar epic.parser.ParseText --model epic-parser-pl-span_2.10-2014.6.3-SNAPSHOT.jar --nthreads 4 exampleArticle.txt and I...