uriv

Results 4 comments of uriv

Hi, trying to benchmark a GPU workstation with `package:lib-caffe-bvlc-master-cuda-universal` using `explore-batch-size-libs-models-benchmarking.py`. As is, it proposes only CPU packages. I changed `program='caffe-time'` to `program='caffe-time-cuda'`, but now it fails with the error...

Thanks, @psyhtest. I'll give the patch a try when I get the chance. I've installed `package:lib-caffe-bvlc-master-cuda-universal`. If there is a command that prints more info, I can reply with the...

Hi @psyhtest, The benchmark worked with `program='caffe', cmd_key='time_gpu' `, after fixing an `non-ASCII character '\xc2'` error by appending `# -*- coding: utf-8 -*-` to `ck-analytics/module/math.variation/module.py` [(ref).](https://stackoverflow.com/questions/18078851/syntaxerror-of-non-ascii-character) Here is the output...

> @uriv The vno-cudnn tag means that package:lib-caffe-bvlc-master-cuda-universal doesn't use cuDNN. In contrast, package:lib-caffe-bvlc-master-cudnn-universal is tagged with 'vcudnn'. Basically, this is to distinguish the two packages when needed, as both...