mingtao Sun
mingtao Sun
Thanks! Will do later.
It's working at least for python 3.7. I'm not planning to do testing on 3.8 until later next week. Wondering if you change the packaging behavior for 411 benchmark for...
Thanks! I'm wondering what does fake resnet mean in the workload and could users know how to train the this resnet model?
One more question regarding the curl tooling. I read about the `connection_time`, which is pre_transfer time reported by curl. But I'm still confused about this definition. Do we usually subtract...
Thanks. > Increasing the concurrency will increase the latency, as a single benchmarking client needs now to initialize more requests and send more payload to the service. I'm wondering how...
I faced the same issue while executing `ssm-setup-cli.exe`
Some additional logs: I tried to run ssm-setup-cli.exe during instance startup script. I verify that: ``` Write-Output "Current user: $env:USERNAME" ``` has output `Current user: Administrator` This still fails. If...
Also, wondering if it's possible to support Python 3.8+ on GCP. It seems like the image we are using only supports python 3.7, however, if choose other images and rebuild...
I saw the code. However, I also see that while running the benchmark and doing deployment, it's actually getting the image from the docker repository. Do I need to push...
I was happy to support higher language version. at least for AWS and Azure, we could point directly to the latest version of image in public repository: e.g ``` "base_images":...