semajson

Results 6 comments of semajson

I have created a `.pylintrc` file and added `init-hook='import sys; sys.setrecursionlimit(3 * sys.getrecursionlimit())'`, however my pyreverse command still fails at the same point. In fact, when I set it to...

I was doing some research on TLS termination using AGIC and came across this thread. I'm not sure if this will solve your issue, but I think "ingress.yaml" posted by...

I hit the exact same issue. It looks like this might be a bug in: https://github.com/lmoroney/tfbook/blob/master/chapter3/transfer_learning.ipynb where rather than: ``` for fn in uploaded.keys(): # predicting images path = fn...

I ran the https://github.com/lmoroney/tfbook/blob/master/chapter3/transfer_learning.ipynb on colab, and needed to make these following changes: added: - `import tensorflow as tf` - `x = x / 255.0` Changes: - `img = image.load_img(path,...

@lmoroney looks like people can't just raise PRs against this repo. What is the correct to get this issue fixed?

Ah i just realised what i was doing wrong - leave this with me and i will raise a PR