Kevin

Results 5 issues of Kevin

On Windows 10 running through PyCharm. I'm trying to get my followers and unfollowers from my original account (pre InstaPy) but InstaPy is unable to find them. I run the...

In model.py what is this line doing exactly? `iu = np.diag(hist) / ((hist.sum(1) + hist.sum(0)) - np.diag(hist))`

Has anyone ported caffe-segnet to Caffe2? Caffe2 seems to offer a [4x speed improvement](https://github.com/caffe2/caffe2/issues/473).

What version of Python is this package developed under? I'm having problems getting it to run under Python 3.5.

graph.py states # A note on layers and outputs: # In Caffe, each layer can produce multiple outputs ("tops") from a set of inputs # ("bottoms"). The bottoms refer to...