Tensorflow-SegNet
Tensorflow-SegNet copied to clipboard
Run on the CPU
Can I run this model on cpu? What changes in the code is necessary to do this?
I would also like to know the answer to this. When I try to run it on the CPU, I always get a
No OpKernal was registered to support Op 'MaxPoolWithArgmax' with these attrs. Registered devices: [CPU], Registered kernels: <no registered kernels>
Or
KeyError: "Registering two gradient with name 'MaxPoolWithArgmax' !(Previous registration was in _find_and_load_unlocked <frozen importlib._bootstrap>:955)"
error
hi, I also have this problem, does anybody know how to run it on th CPU
Well, me too. Can I run this model on cpu?
you guys can try to run it on the floydhub if you don't have a gpu, that's my solution