Temporarily disable cuDNN in Caffe

1k Views Asked by At

Is it possible to temporarily disable cuDNN in Caffe without having to set engine: Caffe on every single layer in my train_val file? We want to get a deterministic result for refactoring purposes but continue using cuDNN when we're not doing that.

0

There are 0 best solutions below