johngrabner

Results 5 issues of johngrabner

https://knockoutjs.com/documentation/hasfocus-binding.html click on "Bert Bertington" to gain focus, then clear the entry ie: no text in input field Now input can never again gain focus.

``` def read_images(img_dir): ... file_list = [f for f in os.listdir(img_dir) if os.path.isfile(os.path.join(img_dir, f))] frames_list = [file for file in file_list if ('_L' not in file) and ('txt' not in...

if you change ``` batch_shape=(256,256,3) inputs = Input(batch_shape=(5, 256, 256, 3)) ``` to ``` shape=(256,256,3) inputs = Input(shape) ``` The multi gpu setups can run. Also, then the generator is...

Software section list Baidu Research , TensorFlow built in CTC loss and Nvidia. Torch also now has a built in.

Thank you for this very useful application. I offer this issue in the context of someone new to cert-manager. [documentation in question](https://cert-manager.io/docs/tutorials/acme/http-validation/) Someone new to cert-manager (like me) may be...