Open genikineg opened 5 years ago
install deb
$ dragonfire TensorFlow detected: v1.0.0
Warning: Restoring parameters: globStep: 32000 watsonMode: False autoEncode: False corpus: cornell datasetTag: old maxLength: 10 filterVocab: 0 skipLines: False vocabularySize: 0 hiddenSize: 512 numLayers: 2 softmaxSamples: 0 initEmbeddings: False embeddingSize: 64 embeddingSource: None
Loading dataset from /usr/share/dragonfire/deepconv/model-pretrainedv2/dataset-cornell-old-length10-filter0-vocabSize0.pkl Loaded cornell: 34991 words, 139979 QA Model creation... W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE3 instructions, but these are available on your machine and could speed up CPU computations. W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations. W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations. Initialize variables... WARNING: Restoring previous model from /usr/share/dragonfire/deepconv/model-pretrainedv2/model.ckpt
Traceback (most recent call last): File "/usr/lib/python3/dist-packages/nltk/corpus/util.py", line 80, in __load try: root = nltk.data.find('{}/{}'.format(self.subdir, zip_name)) File "/usr/lib/python3/dist-packages/nltk/data.py", line 675, in find raise LookupError(resource_not_found) LookupError:
Resource names not found. Please use the NLTK Downloader to obtain the resource:
import nltk nltk.download('names')
Searched in:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/dragonfire", line 11, in
Resource names not found. Please use the NLTK Downloader to obtain the resource:
import nltk nltk.download('names')
Searched in:
@genikineg because of the latest commit https://github.com/DragonComputer/Dragonfire/commit/4c0e873e0bee3553bf14dfb1dded85e7fa515434
I'm gonna fix it on the weekend.
I will be very happy if after updating everything will work for me)
Dragonfire not work,,
Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 583, in _build_master ws.require(requires) File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 791, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (SQLAlchemy 1.3.3 (/usr/local/lib/python3.6/dist-packages), Requirement.parse('SQLAlchemy==1.2.10'), {'dragonfire'})
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/bin/dragonfire", line 6, in
from pkg_resources import load_entry_point
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3241, in
@_call_aside
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3225, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3254, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 585, in _build_master
return cls._build_from_requirements(requires)
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 598, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'SQLAlchemy==1.2.10' distribution was not found and is required by dragonfire