Anton Lokhmotov

Results 273 comments of Anton Lokhmotov

@naibaf7 Please see the full (compressed) [log](https://github.com/naibaf7/caffe/files/256736/caffe-naibaf7.6c0fbdc.Gradient.zip) from running the following command: ``` LD_LIBRARY_PATH=/data/install/lib-openblas-v0.2.18/lib:$LD_LIBRARY_PATH \ /data/caffe-naibaf7/build/test/test_all.testbin --gtest_filter=*Gradient* \ > /chronos_downloads/caffe-naibaf7.6c0fbdc.Gradient.log 2>&1 ... [==========] 494 tests from 138 test cases ran....

I also observed a similar failure on Odroid-XU3 (similar chip to Chromebook 2 but with the Mali driver v4.0, rather than v6.0): ``` [ RUN ] DeconvolutionLayerTest/2.TestGradient ./include/caffe/test/test_gradient_check_util.hpp:184: Failure The...

Feel free to use [Windows binaries](https://github.com/dividiti/ck-caffe/wiki/Installation#Packaging_Caffe_library_and_binaries_for_distribution) prebuilt via [Collective Knowledge](http://cknowledge.org/ai).

@Chris-R-R We have recently released benchmarking data for the NVIDIA GTX 1080 across 4 models and 14 variants of Caffe which can be viewed [here](https://nbviewer.jupyter.org/github/dividiti/ck-caffe-nvidia-gtx1080/blob/master/script/analysis/ck-caffe-nvidia-gtx1080.20170518.ipynb?raw). While the data is about...

Thanks @nvpohanh. I agree that getting valid MLPerf results is not straightforward, and that your harness aims to address this for your submissions and those of your clients. However, it...

> Also, the MobileNet manipulations shouldn't depend on which GPU you use. Precisely my point! I assume the same is true for the other models? Which is why it is...

Thanks @nvpohanh, I'll give it a go! Just a correction. I think I still need to use quantization on all these GPUs. Any advice on how to set the config...

It's worth adding that the TX1 and TX2 are both flashed with JetPack 4.3 (with TensorRT 6.0).

Also, I believe it happens for SSD-MobileNet-1 both with fp32 and fp16. We haven't tried SSD-ResNet yet.