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

saes训练出错 #11

Open
yanlin1995 opened this issue Dec 19, 2020 · 0 comments
Open

saes训练出错 #11

yanlin1995 opened this issue Dec 19, 2020 · 0 comments

Comments

@yanlin1995
Copy link

Traceback (most recent call last):
File "E:/AI/PythonCode/TrafficFlowPrediction-master/train.py", line 108, in
main(sys.argv)
File "E:/AI/PythonCode/TrafficFlowPrediction-master/train.py", line 104, in main
train_seas(m, X_train, y_train, args.model, config)
File "E:/AI/PythonCode/TrafficFlowPrediction-master/train.py", line 59, in train_seas
hidden_layer_model = Model(input=p.input,output=p.get_layer('hidden').output)
File "E:\AI\pythonIDE\lib\site-packages\tensorflow\python\training\tracking\base.py", line 457, in _method_wrapper
result = method(self, *args, **kwargs)
File "E:\AI\pythonIDE\lib\site-packages\tensorflow\python\keras\engine\training.py", line 262, in init
'name', 'autocast'})
File "E:\AI\pythonIDE\lib\site-packages\tensorflow\python\keras\utils\generic_utils.py", line 778, in validate_kwargs
raise TypeError(error_message, kwarg)
TypeError: ('Keyword argument not understood:', 'input')

Process finished with exit code 1

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