Chao

Results 47 comments of Chao

> Hi @mehameha998 and @zikai1 , > In default, OpenCV can support the convertion from `.webp` to `.jpg`. > I provide the simple script to convert the image into `.jpg`...

it exports the image as webp, how do you convert it as jpg? @arthurmchr @cippall

@tlvu2697 do you know how to convert it to jpg?

The same issue happened to me. I "fixed" it by changing the Tensorboard(histogram_freq=0), but it seems you mentioned it's a bad idea as we can't get `tensorflow profiler` in tensorboard.

yes, I tried the source from github, but it still failed to build git clone git://github.com/apavlo/h-store.git ant build ee-build: [exec] make: Entering directory `/home/ubuntu/h-store/obj/release' [exec] g++ -Wall -Wextra -Werror -Woverloaded-virtual...

I think I finally figure out this problem, it runs out of all memory at DANTICACHE_REVERSIBLE_LRU -isystem ../../third_party/cpp -isystem ../../obj/release/berkeleydb -I../../src/ee -c -g3 -O3 -mmmx -msse -msse2 -msse3 -DNDEBUG -DVOLT_LOG_LEVEL=500...

now I can build it but still unable to execute the benchmark at AWS NFS cluster. my 2 nfs cluster nodes within the same security group TCP Port (Service) Source...

yes, I am using the aws internal dns as you can see my cluster.txt host0.ip-172-31-xx-xxx.eu-west-1.compute.internal:0:0-1 host1.ip-172-31-xx-xx.eu-west-1.compute.internal:1:2-3 and internal ip for nfs cluster but it just can't execute. do you mean...

sorry I am not sure I'm completely following you, I changed voltdb area as DEBUG at log4j.properties ## VoltDB Stuff log4j.logger.org.voltdb.VoltProcedure=DEBUG log4j.logger.org.voltdb.VoltSystemProcedure=DEBUG log4j.logger.org.voltdb.client=DEBUG log4j.logger.org.voltdb.compiler=DEBUG log4j.logger.org.voltdb.planner=DEBUG after ant hstore-prepare -Dproject=tpcc -Dhosts=/home/ubuntu/cluster.txt...

hi, andy I checked ProcessSetManager.java , does use "ping" command to create the process? ``` public static void main(String[] args) { ProcessSetManager psm = new ProcessSetManager(); psm.startProcess("ping4c", new String[] {...