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

CPU BiasOp only supports NHWC. #4

Closed
mushroom1116 opened this issue Apr 25, 2018 · 1 comment
Closed

CPU BiasOp only supports NHWC. #4

mushroom1116 opened this issue Apr 25, 2018 · 1 comment

Comments

@mushroom1116
Copy link

I received some errors when running the code.
InvalidArgumentError (see above for traceback): CPU BiasOp only supports NHWC. [[Node: Conv/BiasAdd = BiasAdd[T=DT_FLOAT, data_format="NCHW", _device="/job:localhost/replica:0/task:0/cpu:0"](Conv/convolution, Conv/biases/read)]]
I want to use 2 gpu so I modified the args.gpu=2.

@mushroom1116
Copy link
Author

The reason is that my tensorflow doesn't support GPU.
pip install tensorflow-gpu==1.3

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