We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rzai@rzai00:/prj/visual-qa/scripts$ CUDA_VISIBLE_DEVICES=1 python trainLSTM_1.py Using Theano backend. Using gpu device 0: GeForce GTX 1080 (CNMeM is disabled, cuDNN 5105) Traceback (most recent call last): File "trainLSTM_1.py", line 122, in main() File "trainLSTM_1.py", line 59, in main image_model.add(Reshape(input_shape = (img_dim,), dims=(img_dim,))) TypeError: init() takes exactly 2 arguments (1 given) rzai@rzai00:/prj/visual-qa/scripts$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
rzai@rzai00:
/prj/visual-qa/scripts$ CUDA_VISIBLE_DEVICES=1 python trainLSTM_1.py/prj/visual-qa/scripts$Using Theano backend.
Using gpu device 0: GeForce GTX 1080 (CNMeM is disabled, cuDNN 5105)
Traceback (most recent call last):
File "trainLSTM_1.py", line 122, in
main()
File "trainLSTM_1.py", line 59, in main
image_model.add(Reshape(input_shape = (img_dim,), dims=(img_dim,)))
TypeError: init() takes exactly 2 arguments (1 given)
rzai@rzai00:
The text was updated successfully, but these errors were encountered: