lakshayg

Results 15 comments of lakshayg

The error is due to the first three lines in the output ``` "BM_MyTest/1/0",23578947,39.6876,31.808,ns,,0,,, "BM_MyTest/1/0",23578947,32.0808,31.808,ns,,0,,, "BM_MyTest/1/0",23578947,30.3521,29.1574,ns,,0,,, ``` All of these have the same test name. I wonder why is that...

@chouquette That makes sense. I think it might make sense to have some sort of a `reduce` flag which describes the behaviour when there are multiple lines with the same...

Hey there, thanks for the PR. I have been planning to add some unit tests to this code for a while now. I think it would be a good idea...

Thanks for the quick response > Where can I get the chromium repo to reproduce this? I cloned something from GitHub but I get a completely different file count Sorry,...

Thanks @aswild > fd could support a --count option I agree with @sharkdp on avoiding the `--count` option since counting isn't really the problem. > What if we pipe the...

Hi there, I have tried building TF2.0 on Catalina but I keep receiving build failures from protobuf ``` ERROR: /private/var/tmp/_bazel_lakshayg/3fd65ba6e1ece8419032ab8d359c9789/external/com_google_protobuf/BUILD:294:1: C++ compilation of rule '@com_google_protobuf//:protoc_lib' failed (Exit 1) external/com_google_protobuf/src/google/protobuf/compiler/command_line_interface.cc:450:3: error:...

Hi, I don't have access to a High Sierra machine or Python 3.6 so won't be able to compile for this specific config. You should try compiling it locally https://www.tensorflow.org/install/source

This is probably because you are using a binary which was compiled with instructions that are not supported on your platform. Could you provide more details about what platform are...

This is probably because your machine does not support the instruction sets this binary was compiled with. Can you please post the output of `cat /proc/cpuinfo | grep flags` on...