yurakuratov

Results 9 issues of yurakuratov

Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first. **What problem are we trying to solve?**: ``` It is not clear from documentation on docs.deeppavlov.ai, e.g., http://docs.deeppavlov.ai/en/master/apiref/metrics.html how...

enhancement

Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first. **What problem are we trying to solve?**: In DeepPavlov user can define its own DatasetReaders/DatasetIterators/Components and use them in...

enhancement

`fname` argument of TorchModel.save() is expected to be `str`, but is actually used as `pathlib.PosixPath` https://github.com/deepmipt/DeepPavlov/blob/master/deeppavlov/core/models/torch_model.py#L172 Support, please, both types of arguments or fix typing.

bug

Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first. **What problem are we trying to solve?**: I wan't to train a model and save its checkpoint for every...

enhancement

Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first. **What problem are we trying to solve?**: ``` `lr_lambda` argument can't be passed to `optim.lr_scheduler.LambdaLR` `lr_lambda` argument is a...

enhancement

It would be good for debugging purposes to log compute time (single call / total time) of elements in chainer pipeline, like profiler for chainer.

feature request

It would be great to add option to stop timer after work interval is finished in the same way as "Stop after break" in Settings tab.

enhancement

Hi! Is it possible to use model trained on 4 facial-informatic tasks in a way that it can produce predictions for all tasks in single forward pass? Something like in...

add_bot_utterance* methods in [state_manager](https://github.com/deepmipt/dp-agent/blob/master/deeppavlov_agent/core/state_manager.py) should store `payload['text']` in `orig_text` field