Viacheslav Kovalevskyi

Results 61 issues of Viacheslav Kovalevskyi

Originally filed here: https://stackoverflow.com/questions/45406537/boundserror-in-julia-mxnet-when-using-small-batch-size (reported by: Robert Crandall) quote: 'm trying to reproduce some Python MXNet code in Julia 0.6.0, and I'm getting a BoundsError if I try to use...

Algorithm has been described: https://youtu.be/L5sxl3BSXz8

task
AIF-SITE
hard

Instead of StatSeparatorExtractor.getCharacters, CLI should use public method: public Optional extract(final List tokens)

task
AIF-CLI
AIF2-LIB
normal

All the non-private methods in StatSeparatorExtractor should be documented as well as all classes and methods that are used by StatSeparatorExtractor should be covered with the JavaDoc.

task
AIF2-LIB
easy

At the moment Settings are the singleton, and this is deprecated.

task
AIF2-LIB
normal

Guideline itself can be found here: https://google.github.io/styleguide/javaguide.html#s4.4-column-limit at least all lines should not be more the 100 characters

task
AIF2-LIB
easy

Probably there is OpenSource analog of the class. We need to find any free library that can be used in order to replace our own RegexpCooker.

task
AIF2-LIB
easy

Looks like it's broken on master

bug
AIF-PIPELINE
easy

So far Settings is just a public static field of ISettings class, and there is new way of creating ISettigs - GUICE, all the places should start using new way...

task
AIF-CLI
AIF2-LIB
easy