You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
ValueError: num_units is not a valid argument for BasicLSTMCell class. Available arguments
are: set([])
The text was updated successfully, but these errors were encountered:
452896915
changed the title
num_units is not a valid argument for BasicLSTMCell class
num_units is not a valid argument for BasicLSTMCell class tf 1.14
Jul 20, 2019
vim seq2seq/training/utils.py change the following cell_args = set(inspect.getargspec(cell_class.__init__).args[1:]) to cell_args = set(inspect.signature(cell_class.__init__).parameters)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ValueError: num_units is not a valid argument for BasicLSTMCell class. Available arguments
are: set([])
The text was updated successfully, but these errors were encountered: