Hunter W. Watson

Results 4 comments of Hunter W. Watson

``` var el = document.getElementById("captcha-img"); el.src = el.src.split('?')[0] + "?_=" + Math.random(); ``` replace captcha-img with an id/selector to your captcha image

You can add the --upstream parameter to the end. --downstream works too. `toxiproxy-cli toxic add myapp -t bandwidth -n speed -a rate=500 --upstream`

Here's what I did to get it to work ``` TFSessionOptions TFOptions = new TFSessionOptions (); unsafe { byte [] GPUConfig = new byte[] { 0x32, 0x0b, 0x09, 0x33, 0x33,...

I was able to fix this on my own model by changing `const float Scale = 1` to `const float Scale = 128f` See if it works for you.