Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeepQA #219

Open
joy213 opened this issue Apr 3, 2022 · 1 comment
Open

DeepQA #219

joy213 opened this issue Apr 3, 2022 · 1 comment

Comments

@joy213
Copy link

joy213 commented Apr 3, 2022

No description provided.

@joy213
Copy link
Author

joy213 commented Apr 3, 2022

TensorFlow detected: v2.8.0
Loading dataset from C:\Users\user\Documents\DEEPQA PROJECT\DeepQA-master\data\samples\dataset-cornell-length10-filter1-vocabSize40000.pkl
Loaded cornell: 24412 words, 159733 QA
Model creation...
2022-04-03 02:43:58.103799: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'nvcuda.dll'; dlerror: nvcuda.dll not found
2022-04-03 02:43:58.104135: W tensorflow/stream_executor/cuda/cuda_driver.cc:269] failed call to cuInit: UNKNOWN ERROR (303)
2022-04-03 02:43:58.109636: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:169] retrieving CUDA diagnostic information for host: DESKTOP-7SETT74
2022-04-03 02:43:58.110089: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:176] hostname: DESKTOP-7SETT74
Traceback (most recent call last):
File "C:\Users\user\Documents\DEEPQA PROJECT\DeepQA-master\main.py", line 29, in
chatbot.main()
File "C:\Users\user\Documents\DEEPQA PROJECT\DeepQA-master\chatbot\chatbot1.py", line 170, in main
self.model = Model(self.args, self.textData)
File "C:\Users\user\Documents\DEEPQA PROJECT\DeepQA-master\chatbot\model.py", line 105, in init
self.buildNetwork()
File "C:\Users\user\Documents\DEEPQA PROJECT\DeepQA-master\chatbot\model.py", line 155, in buildNetwork
encoDecoCell = tf.compat.v1.estimator.rnn.MultiRNNCell(
File "C:\Users\user\Documents\DEEPQA PROJECT\DeepQA-master\venv\lib\site-packages\tensorflow\python\util\lazy_loader.py", line 59, in getattr
return getattr(module, item)
File "C:\Users\user\Documents\DEEPQA PROJECT\DeepQA-master\venv\lib\site-packages\tensorflow\python\util\module_wrapper.py", line 232, in _getattr
attr = getattr(self._tfmw_wrapped_module, name)
AttributeError: module 'tensorflow_estimator.python.estimator.api._v1.estimator' has no attribute 'rnn'

please help, i encounted this error when training this model. um using python 3.9, tensoflow 2.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant