M. Mert Yildiran

Results 101 comments of M. Mert Yildiran

@genikineg I'm currently upgrading TensorFlow version from 1.0.0 to 1.14.0 https://github.com/DragonComputer/Dragonfire/commit/b5144bcabb325c452bfd46c48c4b4b21de5c1a50 Please try `sudo ./install.sh`

@genikineg I have published a [new release](https://github.com/DragonComputer/Dragonfire/releases/tag/v1.0.4) now. Please try to install the new `.deb` package: [dragonfire_1.0.4_amd64.deb](https://github.com/DragonComputer/Dragonfire/releases/download/v1.0.4/dragonfire_1.0.4_amd64.deb) or ``` git fetch --all git checkout v1.0.4 make install ```

@turtle-bazon do you see `YOU: blabla` in the command-line or just literally nothing happens? Because you should say *DRAGONFIRE* or *HEY* to wake her up. If that's not the case:...

@turtle-bazon troubleshooting this kind of problems is not easy. I don't have much idea about your situation. But I can say Dragonfire uses [Mozilla DeepSpeech](https://github.com/mozilla/DeepSpeech) when `--gspeech` option not plugged...

@j4rv1s1 thanks! :blush: No, it's not currently possible but it can be with a few modifications under [this block](https://github.com/DragonComputer/Dragonfire/blob/master/dragonfire/__init__.py#L212-L218) and by adding a new block to catch and handle renaming...

@Immortalin yeah, you're right. Actually almost every occurrence of `dragonfire` as a string in the code base must be parameterized to achieve this feature. We have a config file which...

@FilatovRA could you provide me the original error message in English? Seems like an issue related to `sqlalchemy` but I'm not sure what's the reason.

@FilatovRA you are most probably **out-of-memory**. Check out [this SO answer](https://stackoverflow.com/a/13329386/2104879).

@FilatovRA I don't understand what's the issue right now. You've posted a lot of different outputs that come from different TensorFlow versions. Yes, Dragonfire depends on TensorFlow version `1.0.0`. [Dockerfile](https://github.com/DragonComputer/Dragonfire/blob/master/Dockerfile)...

@iguanen you can try to change the version from [here](https://github.com/DragonComputer/Dragonfire/blob/master/requirements.txt#L23). Probably you should set that line to `deeppavlov>=0.7.1` or `deeppavlov==0.8.0`