-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
tensorflow.python.framework.errors_impl.InvalidArgumentError: assertion failed: [0] [Op:Assert] name: EagerVariableNameReuse #8004
Comments
Thanks for the issue, @erohmensing will get back to you about it soon! You may find help in the docs and the forum, too 🤗 |
Hi @dhirajgite, please fill out the entire issue template for a bug report. We'll need the full traceback in order to be able to look into this issue. |
@erohmensing updated info |
@dhirajgite can you make sure that you don't have multiple processes running using tensorflow? You can check the processes by running |
@koernerfelicia No processes running on GPU using TensorFlow |
@dhirajgite what tensorflow version are you using? |
tensorflow version = 2.3.2 |
@koernerfelicia is there any update? |
@dhirajgite, I'm sorry, I haven't been able to replicate this. I think it may be a result of your specific combination of tensorflow version (2.3) and operating system (Windows), and not directly related to rasa. I've found others with this problem here.
Other alternatives: we do not see this problem on Linux with a GPU. If you have access to Google Cloud or similar you should be able to set up rasa with GPU support there. Closing this issue as I have no further information, and this problem does not seem to be in our hands. But please feel free to update or ask questions. |
Rasa version:
2.2.10
Rasa SDK version (if used & relevant):
Rasa X version (if used & relevant):
Python version:
3.8.5
Operating system (windows, osx, ...):
Windows-10-10.0.19041-SP0
Issue:
While training on GPU following error occurred. for CPU there is no such error.
for the GPU application with TensorFlow without using rasa GPU working without any error.
this error occurs only on rasa versions greater than 2.0
below 2.0 versions, It works fine
Error (including full traceback):
Command or request that led to error:
rasa train in command prompt
Content of configuration file (config.yml) (if relevant):
The text was updated successfully, but these errors were encountered: