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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: