Anton Lokhmotov

Results 273 comments of Anton Lokhmotov

@gfursin Could you please check @uriv's comment about fixing an non-ASCII character?

What still needs to be done here?

Strange, the static library is 11MB but the executable is 4MB? I think we are also dealing with this library in ck-math:program:clblast-tune...

This should also solve the current problem e.g. with `program:caffe-classification-cuda`: ``` $ ck run program:caffe-classification-cuda ... 0) default ($#BIN_FILE#$ $$ $$ $#up_dir#$imagenet_mean.binaryproto $#up_dir#$synset_words.txt $#dataset_path#$$#dataset_filename#$) 1) use_continuous ($#BIN_FILE#$ $$ $$ $$...

It's probably not that important but who knows when this may bite us...

Hi @bxk-sonavex, Apologies for the delay with replying - I've only just noticed this issue. Not being a Windows user I am afraid I can't help much. Let me just...

A trivial workaround seems to use: ``` ck compile program:caffe-time --target_os=android21-arm-v7a ``` but one would naturally expect: ``` ck compile program:caffe-time --target_os=android21-arm ``` to succeed if it's allowed.

I see what you mean. But I used the `compile` action in both cases: just with `--target_os=android21-arm-v7a` it succeeded and with `--target_os=android21-arm` failed halfway... I guess I am complaining that...

The same works fine with Caffe built via `ck install package:lib-caffe-bvlc-master-cpu-universal`.

@Rhymmor Many thanks for the contribution! Please include the licensing terms next time :))