Anton Lokhmotov

Results 273 comments of Anton Lokhmotov

As agreed by the Review Committee, modify the RetinaNet mAP threshold to admit certain submissions into Closed.

@rachithayp Can you work your CLA magic please?

@xy223 Can you please provide some rationale for this change? Also, is your organization a member of MLCommons? Many thanks.

@geoffreyblake As there have only been only 2 commits to DeepBench in the past 6 months, I assume the DeepBench project is abandoned. Please consider using [CK-NNTest](https://github.com/ctuning/ck-nntest) based on a...

@bubbles1990 We have recently released [CK-NNTest](https://github.com/ctuning/ck-nntest), a dedicated suite of micro-tests for the Arm Compute Library (+ TensorFlow + Caffe CPU + Caffe GPU) based on the open-source [Collective Knowledge](http://cknowledge.org)...

Checking after a year. Does the `ck-env:script:download-and-install-package` script fit the bill?

Last time we tested something on RedHat about two years ago, so no wonder that things don't quite work out of the box. I've remembered we used to fix a...

Hi @ztyree42, Could you please first try to install JDK 1.8.0.131: ``` $ ck install package --tags=java,v8u131 ``` then Bazel v0.15.2 using the above version of JDK: ``` $ ck...

We should assign this task to an enthusiastic newbie, as I've hit this issue once again :)

``` # mkdir /usr/include/CL # cd /usr/include/CL # wget https://raw.githubusercontent.com/KhronosGroup/OpenCL-Headers/master/CL/opencl.h # wget https://raw.githubusercontent.com/KhronosGroup/OpenCL-Headers/master/CL/cl.h # wget https://raw.githubusercontent.com/KhronosGroup/OpenCL-Headers/master/CL/cl_platform.h # wget https://raw.githubusercontent.com/KhronosGroup/OpenCL-Headers/master/CL/cl_ext.h # wget https://raw.githubusercontent.com/KhronosGroup/OpenCL-Headers/master/CL/cl_gl.h # wget https://raw.githubusercontent.com/KhronosGroup/OpenCL-Headers/master/CL/cl_gl_ext.h # wget https://github.com/KhronosGroup/OpenCL-CLHPP/releases/download/v2.0.10/cl2.hpp root@diviniti:/usr/include/CL# ls...