Ivan Skorokhodov

Results 8 issues of Ivan Skorokhodov

When you pass an empty string or string without normal tokens (for example, ascii emoticons), exception is raised: ``` >>> import ner >>> extractor = ner.Extractor() >>> list(extractor(':)')) # works...

`.get()` and `.has()` methods can work recursively (by splitting property name with dots). Add analogous recursive `.set()` method.

Use callbacks for `on_epoch_done()` and `on_iter_done()` to run validation instead of doing weird computations inside `_try_to_validate()`

It's hard to recover what was the config if you are constantly changing the things and running experiments without committing the changes. You can squash the commits after that, so...

There are a lot of copypasting in configs. We should implement inheritance

Hi, thank you for your project, it is really helpful. I wanted to ask a question how should I handle broken samples? I work with videos, and sometimes they fail...

Hi, I have a video dataset and have a video generation model which can take both images and videos as training inputs. It was shown in [prior work](https://arxiv.org/abs/2204.03458) that it's...