Nikolai Krot

Results 19 issues of Nikolai Krot

Please make an effort adding better docstring to the code. For example `help(learner.validate)` outputs only this minimally useful message. ``` validate(ds_idx=1, dl=None, cbs=None) method of fastai.learner.Learner instance Validate on `dl`...

I have noticed a difference in behaviour of normal tasks and recurrent tasks (those that are configured via Repeat): normal tasks can be added to a project (right click, choose...

enhancement
help wanted
Stale

Hi, This issue is related to and has the same origin as https://github.com/Hironsan/anago/issues/113. Training does not run, I managed to make it run by downgrading the versions of Keras and...

Originally, the method Sequence.predict() was created by copying code from the method Sequence.score(). I removed duplicate code in score() in favour of a call to predict().

### System information - Ubuntu 18.0.4 (LTS) - Python 3.6.8 - anago==1.0.8 - Keras==2.2.5 - Keras-Applications==1.0.8 - Keras-Preprocessing==1.1.0 - tensorflow==1.14.0 - tensorflow-estimator==1.14.0 ### Problem I try to run pretrained models...

I am looking at the code in `https://github.com/CSAILVision/LabelMeAnnotationTool/blob/master/annotationTools/perl/fetch_image.cgi` and keep seeing `return` statement being used outside of a function, like this ``` if(!open(FP,$fname)) { print "Status: 404\n\n"; return; #

Please help me understand the purpose of directories and files created. I am trying to use NeuroNER to tag a plain text file. To start with, I simply run the...

This is a feature request. It may happen that the suggested annotations (in correction and automation mode) are entirely correct or mostly correct. Therefore it would speed up annotation process...

🆕Enhancement
Module: Correction
🕶️UX
Requested
Module: Automation

I have skimmed through the code of decompounder plugin and noticed that in addition to doing decompounding itself, it generates baseform of the last word. While it is good per...

Situation: The baseform resource `de-lemma-utf8.txt` defines various outcomes for one input word, for example, Zuschlage Zuschlag Zuschlage zuschlagen I would expect that *all* outcomes will be returned, as the correct...