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

tf version updated to 1.9, same error (for 3D input) still occurs: Executor failed to create kernel. Invalid argument: Value for attr 'data_format' of "NDHWC" is not in the list of allowed values: "NHWC", "NCHW" #16

Open
moon-home opened this issue Oct 21, 2018 · 1 comment

Comments

@moon-home
Copy link

Have I written custom code:
Not very sure what custom code means here, I am trying to replicate this work: https://github.com/harvitronix/five-video-classification-methods. This error occurs only when I try model "Conv3d" or "c3d" both of which call keras.layers.Conv3D().
OS Platform and Distribution:
Ubuntu--16-0 with AWS DLAMI
TensorFlow installed from:
tensorflow 1.9.0 mkl_py36h6d6ce78_1
GPU model and memory:
No GPU, 4G
I am using AWS EC2 c5.large

Originally posted by @sailormoon2016 in https://github.com/kcct-fujimotolab/3DCNN/issue_comments#issuecomment-431714786

@moon-home moon-home changed the title **Hi, I have updated my tf version to 1.9, but this error (3D input) still occurs.** Hi, I have updated my tf version to 1.9, but this error (3D input) still occurs: Executor failed to create kernel. Invalid argument: Value for attr 'data_format' of "NDHWC" is not in the list of allowed values: "NHWC", "NCHW" Oct 21, 2018
@moon-home moon-home changed the title Hi, I have updated my tf version to 1.9, but this error (3D input) still occurs: Executor failed to create kernel. Invalid argument: Value for attr 'data_format' of "NDHWC" is not in the list of allowed values: "NHWC", "NCHW" tf version updated to 1.9, same error (for 3D input) still occurs: Executor failed to create kernel. Invalid argument: Value for attr 'data_format' of "NDHWC" is not in the list of allowed values: "NHWC", "NCHW" Oct 21, 2018
@melaanya
Copy link

For me solved after installing tensorflow-gpu==1.9.0

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

2 participants