Achyut-BK

Results 12 comments of Achyut-BK

Try python3 -m dragonfire -h

You need to be in the directory where dragonfire is installed `~/Dragonfire` in your case

Got it. The deeppavlov library seems to only run with CUDA. so this seems to be an error in the README instead of an error in the app, as it...

@mertyildiran I can try my luck with it. IDK how well I can do though, as like I mentioned, I don't have an Nvidia CUDA supporting GPU. Perhaps we can...

I dug around a bit more in the source code. I uninstalled the deb package and built the master branch from source. It still didn't compile the realhud library, so...

Fixed thinc `modulenotfound` problem by downgrading it to 7.0.0. We now suffer from ```ImportError: cannot import name 'prefer_gpu' from 'thinc.api' (/home/xxx/.local/lib/python3.8/site-packages/thinc/api.py)```

We seem to be in dependency hell. Thinc version 8.0.0a11 is required by spacy, but thinc version 7.0.0 is required for someother scripts. On installing thinc 7.0.0 ```ERROR: spacy 3.0.0.dev12...

Fixed the aforementioned problem `pip install spacy==2.3.2` installs spacy and Thinc in a way that is compatible. **YAY**. After a couple problems with pyUserInput and missing spacy models, its FINALLY...

@mertyildiran That sounds great. However, it seems to have a problem with tensorflow 2 (`AttributeError: module 'tensorflow' has no attribute 'orthogonal_initializer' `). Tensorflow 1 may work, but there are no...

@mertyildiran That would actually be good, as currently, when it is using my systems pip, its basically locked all my ML libraries at one version. Not much of a problem...