graphpipe-py icon indicating copy to clipboard operation
graphpipe-py copied to clipboard

GraphPipe for python

Results 2 graphpipe-py issues
Sort by recently updated
recently updated
newest added

setup server ``` docker run -it --rm \ -e https_proxy=${https_proxy} \ -p 9000:9000 \ sleepsonthefloor/graphpipe-tf:cpu \ --model=https://oracle.github.io/graphpipe/models/squeezenet.pb \ --listen=0.0.0.0:9000 ``` setup https proxy ``` go get github.com/yannk/simplehttpsproxy simplehttpsproxy -host=localhost.test.com -cert=test.crt...