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

train_init.py #111

Open
Debasmita18 opened this issue Jul 1, 2020 · 0 comments
Open

train_init.py #111

Debasmita18 opened this issue Jul 1, 2020 · 0 comments

Comments

@Debasmita18
Copy link

I am having issue while running train_init.py .
I am having tensorflow version == 2.2

This is my error :

2020-07-01 09:56:37.775650: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found
2020-07-01 09:56:37.828754: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "train_init.py", line 9, in
from rasa_core.policies.keras_policy import KerasPolicy
File "C:\Users\Debasmita\Anaconda3\envs\bank\lib\site-packages\rasa_core\policies_init_.py", line 4, in
from rasa_core.policies.keras_policy import KerasPolicy
File "C:\Users\Debasmita\Anaconda3\envs\bank\lib\site-packages\rasa_core\policies\keras_policy.py", line 21, in
class KerasPolicy(Policy):
File "C:\Users\Debasmita\Anaconda3\envs\bank\lib\site-packages\rasa_core\policies\keras_policy.py", line 45, in KerasPolicy
max_history: Optional[int] = None,
AttributeError: module 'tensorflow' has no attribute 'Session'

Please help to solve it .
Thanks in advanced .

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