Vladislav Klim

Results 6 comments of Vladislav Klim

@olegtarasov да, в моём репозитории вы можете найти всю необходимую информацию: [Russian subtitles dataset](https://github.com/Desklop/Russian_subtitles_dataset)

[These](https://github.com/andrewdcampbell/OpenCV-Document-Scanner/pull/1/commits/336d16e0cf6f77374d736814008825caaf60c264) edits correct this error :)

Я извиняюсь, что раньше не заметил ваш вопрос. Надеюсь ещё актуально. Эта ошибка возникла из-за того, что появились ограничения на использование Git LFS (теперь можно загружать не более 1Гб данных,...

Обновил ссылку: [Install_CUDA10.0_cuDNN7.6_for_410+](https://drive.google.com/file/d/1K8R9l9Pkb73-XpxCtRsOs35debkqsssR)

When using TensorFlow v2.X, the speed of the project is greatly reduced, several times. But now I have made a small update and added support for TensorFlow v2.X "out of...

@ChristopherLu hello, you would better add to AttentionDecoderCell of "build/bdist.linux-x86_64/egg/seq2seq/cells.py" method get_config(): ``` def get_config(self): config = { 'hidden_dim' : self.hidden_dim, 'output_dim' : self.output_dim } base_config = super(AttentionDecoderCell, self).get_config() config.update(base_config)...