Anton Lokhmotov
Anton Lokhmotov
Just for reference (not expecting to do anything at this point), both VGG models fail on the laptop M1000M GPU with: ``` I0405 16:28:47.284858 19674 net.cpp:435] Input 0 -> data...
In fact, I see the same failure with GoogleNet... Will try other targets...
@dohai90 There could be many reasons for the regression but let's start from the most obvious ones: 1. CLBlast has changed. When did you install your first (old) version? 2....
If I interpret the logs correctly, the execution time is about 67 seconds in both cases? Am I missing something? On Mon, 4 Dec 2017 at 04:19, Trunghai Do wrote:...
Also, from your logs it seems that you use different versions of CK (or at least repos). Can you please update by `ck pull all`. I remember fixing some problems...
See a potential issue below.
In the new device log, I see: ``` Setting GPU frequency to max (if supported) ... CMD to set GPU frequency: export CK_CPU_FREQUENCY=max;/home/odroid/CK/ck-env/platform.init/generic-odroid/ck-set-gpu-performance ``` I would expect to see `export...
In fact, even if GLog is installed via CK (from trunk, although a stable package is [wanted](https://github.com/ctuning/ck-env/issues/39)), the problem is the same.
As I mentioned, boosting (sic:)) the order of: ``` "lib-boost": { "force_add_static_lib_path": "yes", "local": "yes", "name": "Boost library", "sort": 13, "tags": "lib,boost" }, ``` to 4, eliminated the link-time warnings...
@xhbdahai, @honggui, @openailab-sh You will invariably end up with more questions about benchmarking Caffe-on-ACL against Caffe (or indeed other frameworks). Have you considered using / contributing to [CK-Caffe](http://github.com/dividiti/ck-caffe)? It's part...